#BCC952

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

Shades of Celery #BCC952

Tints of Celery #BCC952

Color information

#BCC952 (or 0xBCC952) is unknown color: approx Celery. HEX triplet: BC, C9 and 52. RGB value is (188,201,82). Sum of RGB (Red+Green+Blue) = 188+201+82=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC952 is #4336AD. Grayscale: #B8B8B8. Windows color (decimal): -4404910 or 5425596. OLE color: 5425596.

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

Color convert

RGB18820182-
CMYK0.0600.590.21
HSL66.55º52.42%55.49%-
HSV(B)66.55º59.2%78.82%-
XYZ43.1553.0715.95-
YUV183.5570.69131.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=39.92%
G=42.68%
B=17.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188201820.0600.590.2166.5552.4255.49
HexBCC952603B15433437
Octal2743111226073251036467
Binary101111001100100110100101100111011101011000011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC952; }

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

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

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

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

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

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

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

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