#BCCA40

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

Shades of Celery #BCCA40

Tints of Celery #BCCA40

Color information

#BCCA40 (or 0xBCCA40) is unknown color: approx Celery. HEX triplet: BC, CA and 40. RGB value is (188,202,64). Sum of RGB (Red+Green+Blue) = 188+202+64=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA40 is #4335BF. Grayscale: #B6B6B6. Windows color (decimal): -4404672 or 4246204. OLE color: 4246204.

HSL color Cylindrical-coordinate representation of color #BCCA40: hue angle of 66.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCCA40 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB18820264-
CMYK0.0700.680.21
HSL66.09º56.56%52.16%-
HSV(B)66.09º68.32%79.22%-
XYZ42.7853.312.88-
YUV182.0861.36132.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 64 (25.39% from 255) = 14.10%
R=41.41%
G=44.49%
B=14.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202640.0700.680.2166.0956.5652.16
HexBCCA40704415423934
Octal27431210070104251027164
Binary1011110011001010100000011101000100101011000010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA40; }

 p { color: rgb(188,202,64); }

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

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

 a { background-color: rgb(188,202,64); }

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

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

 span { border-color: rgb(188,202,64); }

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