#BDDB95

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

Shades of Sprout #BDDB95

Tints of Sprout #BDDB95

Color information

#BDDB95 (or 0xBDDB95) is unknown color: approx Sprout. HEX triplet: BD, DB and 95. RGB value is (189,219,149). Sum of RGB (Red+Green+Blue) = 189+219+149=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB95 is #42246A. Grayscale: #CACACA. Windows color (decimal): -4334699 or 9821117. OLE color: 9821117.

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

Color convert

RGB189219149-
CMYK0.1400.320.14
HSL85.71º49.3%72.16%-
HSV(B)85.71º31.96%85.88%-
XYZ51.7463.6537.99-
YUV202.0598.06118.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=33.93%
G=39.32%
B=26.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191490.1400.320.1485.7149.372.16
HexBDDB95E020E563148
Octal275333225160401612661110
Binary10111101110110111001010111100100000111010101101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB95; }

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

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

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

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

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

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

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

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