#B1BC4B

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

Shades of Celery #B1BC4B

Tints of Celery #B1BC4B

Color information

#B1BC4B (or 0xB1BC4B) is unknown color: approx Celery. HEX triplet: B1, BC and 4B. RGB value is (177,188,75). Sum of RGB (Red+Green+Blue) = 177+188+75=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC4B is #4E43B4. Grayscale: #ACACAC. Windows color (decimal): -5129141 or 4963505. OLE color: 4963505.

HSL color Cylindrical-coordinate representation of color #B1BC4B: hue angle of 65.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1BC4B is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB17718875-
CMYK0.0600.600.26
HSL65.84º45.75%51.57%-
HSV(B)65.84º60.11%73.73%-
XYZ37.3845.8213.53-
YUV171.8373.36131.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 188 (73.83% from 255) = 42.73%
BLUE value IS 75 (29.69% from 255) = 17.05%
R=40.23%
G=42.73%
B=17.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177188750.0600.600.2665.8445.7551.57
HexB1BC4B603C1A422e34
Octal2612741136074321025664
Binary101100011011110010010111100111100110101000010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC4B; }

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

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

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

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

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

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

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

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