#bdc049

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

Shades of Celery #BDC049

Tints of Celery #BDC049

Color information

#BDC049 (or 0xBDC049) is unknown color: approx Celery. HEX triplet: BD, C0 and 49. RGB value is (189,192,73). Sum of RGB (Red+Green+Blue) = 189+192+73=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC049 is #423FB6. Grayscale: #B2B2B2. Windows color (decimal): -4341687 or 4833469. OLE color: 4833469.

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

Color convert

RGB18919273-
CMYK0.0200.620.25
HSL61.51º48.57%51.96%-
HSV(B)61.51º61.98%75.29%-
XYZ41.044913.6-
YUV177.5469.01136.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 192 (75.39% from 255) = 42.29%
BLUE value IS 73 (28.91% from 255) = 16.08%
R=41.63%
G=42.29%
B=16.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192730.0200.620.2561.5148.5751.96
HexBDC049203E193e3134
Octal275300111207631766164
Binary1011110111000000100100110011111011001111110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdc049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdc049; }

 p { color: rgb(189,192,73); }

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

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

 a { background-color: rgb(189,192,73); }

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

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

 span { border-color: rgb(189,192,73); }

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