#BDCD49

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

Shades of Celery #BDCD49

Tints of Celery #BDCD49

Color information

#BDCD49 (or 0xBDCD49) is unknown color: approx Celery. HEX triplet: BD, CD and 49. RGB value is (189,205,73). Sum of RGB (Red+Green+Blue) = 189+205+73=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD49 is #4232B6. Grayscale: #B9B9B9. Windows color (decimal): -4338359 or 4836797. OLE color: 4836797.

HSL color Cylindrical-coordinate representation of color #BDCD49: hue angle of 67.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDCD49 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB18920573-
CMYK0.0800.640.20
HSL67.27º56.9%54.51%-
HSV(B)67.27º64.39%80.39%-
XYZ44.0254.9614.59-
YUV185.1764.7130.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=40.47%
G=43.90%
B=15.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189205730.0800.640.2067.2756.954.51
HexBDCD49804014433937
Octal275315111100100241037167
Binary10111101110011011001001100001000000101001000011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD49; }

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

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

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

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

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

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

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

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