#BCBF40

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

Shades of Celery #BCBF40

Tints of Celery #BCBF40

Color information

#BCBF40 (or 0xBCBF40) is unknown color: approx Celery. HEX triplet: BC, BF and 40. RGB value is (188,191,64). Sum of RGB (Red+Green+Blue) = 188+191+64=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF40 is #4340BF. Grayscale: #B0B0B0. Windows color (decimal): -4407488 or 4243388. OLE color: 4243388.

HSL color Cylindrical-coordinate representation of color #BCBF40: hue angle of 61.42º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCBF40 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB18819164-
CMYK0.0200.660.25
HSL61.42º49.8%50%-
HSV(B)61.42º66.49%74.9%-
XYZ40.348.3212.05-
YUV175.6265.01136.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 64 (25.39% from 255) = 14.45%
R=42.44%
G=43.12%
B=14.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191640.0200.660.2561.4249.850
HexBCBF402042193d3232
Octal2742771002010231756262
Binary10111100101111111000000100100001011001111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF40; }

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

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

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

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

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

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

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

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