#BDC949

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

Shades of Celery #BDC949

Tints of Celery #BDC949

Color information

#BDC949 (or 0xBDC949) is unknown color: approx Celery. HEX triplet: BD, C9 and 49. RGB value is (189,201,73). Sum of RGB (Red+Green+Blue) = 189+201+73=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC949 is #4236B6. Grayscale: #B7B7B7. Windows color (decimal): -4339383 or 4835773. OLE color: 4835773.

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

Color convert

RGB18920173-
CMYK0.0600.640.21
HSL65.62º54.24%53.73%-
HSV(B)65.62º63.68%78.82%-
XYZ43.0853.0714.28-
YUV182.8266.02132.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 201 (78.91% from 255) = 43.41%
BLUE value IS 73 (28.91% from 255) = 15.77%
R=40.82%
G=43.41%
B=15.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189201730.0600.640.2165.6254.2453.73
HexBDC949604015423636
Octal27531111160100251026666
Binary1011110111001001100100111001000000101011000010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC949; }

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

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

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

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

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

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

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

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