#BDDF95

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

Shades of Sprout #BDDF95

Tints of Sprout #BDDF95

Color information

#BDDF95 (or 0xBDDF95) is unknown color: approx Sprout. HEX triplet: BD, DF and 95. RGB value is (189,223,149). Sum of RGB (Red+Green+Blue) = 189+223+149=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF95 is #42206A. Grayscale: #CCCCCC. Windows color (decimal): -4333675 or 9822141. OLE color: 9822141.

HSL color Cylindrical-coordinate representation of color #BDDF95: hue angle of 87.57º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDDF95 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB189223149-
CMYK0.1500.330.13
HSL87.57º53.62%72.94%-
HSV(B)87.57º33.18%87.45%-
XYZ52.865.7638.34-
YUV204.496.74117.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=33.69%
G=39.75%
B=26.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231490.1500.330.1387.5753.6272.94
HexBDDF95F021D583649
Octal275337225170411513066111
Binary10111101110111111001010111110100001110110110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDF95; }

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

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

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

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

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

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

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

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