#BCC44B

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

Shades of Celery #BCC44B

Tints of Celery #BCC44B

Color information

#BCC44B (or 0xBCC44B) is unknown color: approx Celery. HEX triplet: BC, C4 and 4B. RGB value is (188,196,75). Sum of RGB (Red+Green+Blue) = 188+196+75=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC44B is #433BB4. Grayscale: #B4B4B4. Windows color (decimal): -4406197 or 4965564. OLE color: 4965564.

HSL color Cylindrical-coordinate representation of color #BCC44B: hue angle of 63.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCC44B is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB18819675-
CMYK0.0400.620.23
HSL63.97º50.63%53.14%-
HSV(B)63.97º61.73%76.86%-
XYZ41.7550.6814.24-
YUV179.8168.85133.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 75 (29.69% from 255) = 16.34%
R=40.96%
G=42.70%
B=16.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196750.0400.620.2363.9750.6353.14
HexBCC44B403E17403335
Octal2743041134076271006365
Binary101111001100010010010111000111110101111000000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC44B; }

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

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

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

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

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

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

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

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