#BDC952

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

Shades of Celery #BDC952

Tints of Celery #BDC952

Color information

#BDC952 (or 0xBDC952) is unknown color: approx Celery. HEX triplet: BD, C9 and 52. RGB value is (189,201,82). Sum of RGB (Red+Green+Blue) = 189+201+82=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC952 is #4236AD. Grayscale: #B8B8B8. Windows color (decimal): -4339374 or 5425597. OLE color: 5425597.

HSL color Cylindrical-coordinate representation of color #BDC952: hue angle of 66.05º 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 #BDC952 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB18920182-
CMYK0.0600.590.21
HSL66.05º52.42%55.49%-
HSV(B)66.05º59.2%78.82%-
XYZ43.453.215.96-
YUV183.8570.52131.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 201 (78.91% from 255) = 42.58%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=40.04%
G=42.58%
B=17.37%

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
Decimal189201820.0600.590.2166.0552.4255.49
HexBDC952603B15423437
Octal2753111226073251026467
Binary101111011100100110100101100111011101011000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC952; }

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

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

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

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

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

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

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

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