#BDCC49

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

Shades of Celery #BDCC49

Tints of Celery #BDCC49

Color information

#BDCC49 (or 0xBDCC49) is unknown color: approx Celery. HEX triplet: BD, CC and 49. RGB value is (189,204,73). Sum of RGB (Red+Green+Blue) = 189+204+73=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC49 is #4233B6. Grayscale: #B9B9B9. Windows color (decimal): -4338615 or 4836541. OLE color: 4836541.

HSL color Cylindrical-coordinate representation of color #BDCC49: hue angle of 66.87º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDCC49 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB18920473-
CMYK0.0700.640.2
HSL66.87º56.22%54.31%-
HSV(B)66.87º64.22%80%-
XYZ43.7854.4914.51-
YUV184.5865.03131.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 73 (28.91% from 255) = 15.67%
R=40.56%
G=43.78%
B=15.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189204730.0700.640.266.8756.2254.31
HexBDCC49704014433836
Octal27531411170100241037066
Binary1011110111001100100100111101000000101001000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC49; }

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

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

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

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

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

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

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

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