#BDDA99

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

Shades of Sprout #BDDA99

Tints of Sprout #BDDA99

Color information

#BDDA99 (or 0xBDDA99) is unknown color: approx Sprout. HEX triplet: BD, DA and 99. RGB value is (189,218,153). Sum of RGB (Red+Green+Blue) = 189+218+153=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA99 is #422566. Grayscale: #CACACA. Windows color (decimal): -4334951 or 10083005. OLE color: 10083005.

HSL color Cylindrical-coordinate representation of color #BDDA99: hue angle of 86.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDDA99 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB189218153-
CMYK0.1300.300.15
HSL86.77º46.76%72.75%-
HSV(B)86.77º29.82%85.49%-
XYZ51.8163.2639.62-
YUV201.92100.39118.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=33.75%
G=38.93%
B=27.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181530.1300.300.1586.7746.7672.75
HexBDDA99D01EF572f49
Octal275332231150361712757111
Binary1011110111011010100110011101011110111110101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA99; }

 p { color: rgb(189,218,153); }

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

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

 a { background-color: rgb(189,218,153); }

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

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

 span { border-color: rgb(189,218,153); }

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