#BCC53C

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

Shades of Celery #BCC53C

Tints of Celery #BCC53C

Color information

#BCC53C (or 0xBCC53C) is unknown color: approx Celery. HEX triplet: BC, C5 and 3C. RGB value is (188,197,60). Sum of RGB (Red+Green+Blue) = 188+197+60=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC53C is #433AC3. Grayscale: #B3B3B3. Windows color (decimal): -4405956 or 3982780. OLE color: 3982780.

HSL color Cylindrical-coordinate representation of color #BCC53C: hue angle of 63.94º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCC53C is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB18819760-
CMYK0.0500.700.23
HSL63.94º54.15%50.39%-
HSV(B)63.94º69.54%77.25%-
XYZ41.5250.9511.92-
YUV178.6961.02134.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 197 (77.34% from 255) = 44.27%
BLUE value IS 60 (23.83% from 255) = 13.48%
R=42.25%
G=44.27%
B=13.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188197600.0500.700.2363.9454.1550.39
HexBCC53C504617403632
Octal2743057450106271006662
Binary101111001100010111110010101000110101111000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC53C; }

 p { color: rgb(188,197,60); }

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

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

 a { background-color: rgb(188,197,60); }

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

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

 span { border-color: rgb(188,197,60); }

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