#B1BC36

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

Shades of Celery #B1BC36

Tints of Celery #B1BC36

Color information

#B1BC36 (or 0xB1BC36) is unknown color: approx Celery. HEX triplet: B1, BC and 36. RGB value is (177,188,54). Sum of RGB (Red+Green+Blue) = 177+188+54=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC36 is #4E43C9. Grayscale: #A9A9A9. Windows color (decimal): -5129162 or 3587249. OLE color: 3587249.

HSL color Cylindrical-coordinate representation of color #B1BC36: hue angle of 64.93º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1BC36 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB17718854-
CMYK0.0600.710.26
HSL64.93º55.37%47.45%-
HSV(B)64.93º71.28%73.73%-
XYZ36.7845.5810.35-
YUV169.4462.86133.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 54 (21.48% from 255) = 12.89%
R=42.24%
G=44.87%
B=12.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177188540.0600.710.2664.9355.3747.45
HexB1BC3660471A41372f
Octal2612746660107321016757
Binary101100011011110011011011001000111110101000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC36; }

 p { color: rgb(177,188,54); }

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

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

 a { background-color: rgb(177,188,54); }

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

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

 span { border-color: rgb(177,188,54); }

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