#BDDC96

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

Shades of Sprout #BDDC96

Tints of Sprout #BDDC96

Color information

#BDDC96 (or 0xBDDC96) is unknown color: approx Sprout. HEX triplet: BD, DC and 96. RGB value is (189,220,150). Sum of RGB (Red+Green+Blue) = 189+220+150=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC96 is #422369. Grayscale: #CACACA. Windows color (decimal): -4334442 or 9886909. OLE color: 9886909.

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

Color convert

RGB189220150-
CMYK0.1400.320.14
HSL86.57º50%72.55%-
HSV(B)86.57º31.82%86.27%-
XYZ52.0864.2138.5-
YUV202.7598.23118.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=33.81%
G=39.36%
B=26.83%

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
Decimal1892201500.1400.320.1486.575072.55
HexBDDC96E020E573249
Octal275334226160401612762111
Binary10111101110111001001011011100100000111010101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC96; }

 p { color: rgb(189,220,150); }

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

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

 a { background-color: rgb(189,220,150); }

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

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

 span { border-color: rgb(189,220,150); }

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