#BDD892

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

Shades of Sprout #BDD892

Tints of Sprout #BDD892

Color information

#BDD892 (or 0xBDD892) is unknown color: approx Sprout. HEX triplet: BD, D8 and 92. RGB value is (189,216,146). Sum of RGB (Red+Green+Blue) = 189+216+146=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD892 is #42276D. Grayscale: #C8C8C8. Windows color (decimal): -4335470 or 9623741. OLE color: 9623741.

HSL color Cylindrical-coordinate representation of color #BDD892: hue angle of 83.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD892 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB189216146-
CMYK0.1200.320.15
HSL83.14º47.3%70.98%-
HSV(B)83.14º32.41%84.71%-
XYZ50.7362.0136.49-
YUV199.9597.55120.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 146 (57.42% from 255) = 26.50%
R=34.30%
G=39.20%
B=26.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161460.1200.320.1583.1447.370.98
HexBDD892C020F532f47
Octal275330222140401712357107
Binary10111101110110001001001011000100000111110100111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD892; }

 p { color: rgb(189,216,146); }

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

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

 a { background-color: rgb(189,216,146); }

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

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

 span { border-color: rgb(189,216,146); }

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