#BCC24A

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

Shades of Celery #BCC24A

Tints of Celery #BCC24A

Color information

#BCC24A (or 0xBCC24A) is unknown color: approx Celery. HEX triplet: BC, C2 and 4A. RGB value is (188,194,74). Sum of RGB (Red+Green+Blue) = 188+194+74=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC24A is #433DB5. Grayscale: #B3B3B3. Windows color (decimal): -4406710 or 4899516. OLE color: 4899516.

HSL color Cylindrical-coordinate representation of color #BCC24A: hue angle of 63º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCC24A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB18819474-
CMYK0.0300.620.24
HSL63º49.59%52.55%-
HSV(B)63º61.86%76.08%-
XYZ41.2749.7713.91-
YUV178.5369.01134.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 74 (29.30% from 255) = 16.23%
R=41.23%
G=42.54%
B=16.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188194740.0300.620.246349.5952.55
HexBCC24A303E183f3235
Octal274302112307630776265
Binary1011110011000010100101011011111011000111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC24A; }

 p { color: rgb(188,194,74); }

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

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

 a { background-color: rgb(188,194,74); }

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

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

 span { border-color: rgb(188,194,74); }

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