#B3BC53

Color #B3BC53 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B3BC53

Tints of Celery #B3BC53

Color information

#B3BC53 (or 0xB3BC53) is unknown color: approx Celery. HEX triplet: B3, BC and 53. RGB value is (179,188,83). Sum of RGB (Red+Green+Blue) = 179+188+83=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC53 is #4C43AC. Grayscale: #ADADAD. Windows color (decimal): -4998061 or 5487795. OLE color: 5487795.

HSL color Cylindrical-coordinate representation of color #B3BC53: hue angle of 65.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3BC53 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB17918883-
CMYK0.0500.560.26
HSL65.14º43.93%53.14%-
HSV(B)65.14º55.85%73.73%-
XYZ38.1346.1715.09-
YUV173.3477.02132.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=39.78%
G=41.78%
B=18.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179188830.0500.560.2665.1443.9353.14
HexB3BC5350381A412c35
Octal2632741235070321015465
Binary101100111011110010100111010111000110101000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC53; }

 p { color: rgb(179,188,83); }

 H1.HeaderClassName
 {
   color: #B3BC53;
 }
 .AnyTagClassName
 {
   color: #B3BC53;
 }
</style>
background-color css

<style>
 a { background-color: #B3BC53; }

 a { background-color: rgb(179,188,83); }

 div.DivClassName
 {
   background-color: #B3BC53;
 }
 .BgClassName
 {
   background-color: #B3BC53;
 }
</style>
border-color css

<style>
 span { border-color: #B3BC53; }

 span { border-color: rgb(179,188,83); }

 td.TdClassName
 {
   border-color: #B3BC53;
 }
 .TagClassName
 {
   border-color: #B3BC53;
 }
</style>