#BCC449

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

Shades of Celery #BCC449

Tints of Celery #BCC449

Color information

#BCC449 (or 0xBCC449) is unknown color: approx Celery. HEX triplet: BC, C4 and 49. RGB value is (188,196,73). Sum of RGB (Red+Green+Blue) = 188+196+73=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC449 is #433BB6. Grayscale: #B4B4B4. Windows color (decimal): -4406199 or 4834492. OLE color: 4834492.

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

Color convert

RGB18819673-
CMYK0.0400.630.23
HSL63.9º51.04%52.75%-
HSV(B)63.9º62.76%76.86%-
XYZ41.6850.6513.88-
YUV179.5967.85134-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 73 (28.91% from 255) = 15.97%
R=41.14%
G=42.89%
B=15.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196730.0400.630.2363.951.0452.75
HexBCC449403F17403335
Octal2743041114077271006365
Binary101111001100010010010011000111111101111000000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC449; }

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

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

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

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

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

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

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

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