#BDD08E

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

Shades of Sprout #BDD08E

Tints of Sprout #BDD08E

Color information

#BDD08E (or 0xBDD08E) is unknown color: approx Sprout. HEX triplet: BD, D0 and 8E. RGB value is (189,208,142). Sum of RGB (Red+Green+Blue) = 189+208+142=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD08E is #422F71. Grayscale: #C3C3C3. Windows color (decimal): -4337522 or 9359549. OLE color: 9359549.

HSL color Cylindrical-coordinate representation of color #BDD08E: hue angle of 77.27º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD08E is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB189208142-
CMYK0.0900.320.18
HSL77.27º41.25%68.63%-
HSV(B)77.27º31.73%81.57%-
XYZ48.4257.8834.21-
YUV194.7998.21123.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=35.06%
G=38.59%
B=26.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081420.0900.320.1877.2741.2568.63
HexBDD08E9020124d2945
Octal275320216110402211551105
Binary101111011101000010001110100101000001001010011011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD08E; }

 p { color: rgb(189,208,142); }

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

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

 a { background-color: rgb(189,208,142); }

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

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

 span { border-color: rgb(189,208,142); }

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