#BDDB50

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

Shades of Conifer #BDDB50

Tints of Conifer #BDDB50

Color information

#BDDB50 (or 0xBDDB50) is unknown color: approx Conifer. HEX triplet: BD, DB and 50. RGB value is (189,219,80). Sum of RGB (Red+Green+Blue) = 189+219+80=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB50 is #4224AF. Grayscale: #C2C2C2. Windows color (decimal): -4334768 or 5299133. OLE color: 5299133.

HSL color Cylindrical-coordinate representation of color #BDDB50: hue angle of 72.95º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDDB50 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB18921980-
CMYK0.1400.630.14
HSL72.95º65.88%58.63%-
HSV(B)72.95º63.47%85.88%-
XYZ47.7762.0617.05-
YUV194.1863.56124.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 219 (85.94% from 255) = 44.88%
BLUE value IS 80 (31.64% from 255) = 16.39%
R=38.73%
G=44.88%
B=16.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal189219800.1400.630.1472.9565.8858.63
HexBDDB50E03FE49423b
Octal275333120160771611110273
Binary1011110111011011101000011100111111111010010011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB50; }

 p { color: rgb(189,219,80); }

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

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

 a { background-color: rgb(189,219,80); }

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

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

 span { border-color: rgb(189,219,80); }

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