#BCBF52

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

Shades of Celery #BCBF52

Tints of Celery #BCBF52

Color information

#BCBF52 (or 0xBCBF52) is unknown color: approx Celery. HEX triplet: BC, BF and 52. RGB value is (188,191,82). Sum of RGB (Red+Green+Blue) = 188+191+82=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF52 is #4340AD. Grayscale: #B2B2B2. Windows color (decimal): -4407470 or 5423036. OLE color: 5423036.

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

Color convert

RGB18819182-
CMYK0.0200.570.25
HSL61.65º45.99%53.53%-
HSV(B)61.65º57.07%74.9%-
XYZ40.8948.5615.2-
YUV177.6874.01135.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=40.78%
G=41.43%
B=17.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191820.0200.570.2561.6545.9953.53
HexBCBF522039193e2e36
Octal274277122207131765666
Binary1011110010111111101001010011100111001111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF52; }

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

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

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

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

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

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

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

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