#BDD690

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

Shades of Sprout #BDD690

Tints of Sprout #BDD690

Color information

#BDD690 (or 0xBDD690) is unknown color: approx Sprout. HEX triplet: BD, D6 and 90. RGB value is (189,214,144). Sum of RGB (Red+Green+Blue) = 189+214+144=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD690 is #42296F. Grayscale: #C6C6C6. Windows color (decimal): -4335984 or 9492157. OLE color: 9492157.

HSL color Cylindrical-coordinate representation of color #BDD690: hue angle of 81.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDD690 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB189214144-
CMYK0.1200.330.16
HSL81.43º46.05%70.2%-
HSV(B)81.43º32.71%83.92%-
XYZ50.0760.9335.51-
YUV198.5497.22121.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=34.55%
G=39.12%
B=26.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141440.1200.330.1681.4346.0570.2
HexBDD690C02110512e46
Octal275326220140412012156106
Binary101111011101011010010000110001000011000010100011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD690; }

 p { color: rgb(189,214,144); }

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

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

 a { background-color: rgb(189,214,144); }

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

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

 span { border-color: rgb(189,214,144); }

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