#BDD691

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

Shades of Sprout #BDD691

Tints of Sprout #BDD691

Color information

#BDD691 (or 0xBDD691) is unknown color: approx Sprout. HEX triplet: BD, D6 and 91. RGB value is (189,214,145). Sum of RGB (Red+Green+Blue) = 189+214+145=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD691 is #42296E. Grayscale: #C6C6C6. Windows color (decimal): -4335983 or 9557693. OLE color: 9557693.

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

Color convert

RGB189214145-
CMYK0.1200.320.16
HSL81.74º45.7%70.39%-
HSV(B)81.74º32.24%83.92%-
XYZ50.1460.9635.91-
YUV198.6697.72121.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 145 (57.03% from 255) = 26.46%
R=34.49%
G=39.05%
B=26.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141450.1200.320.1681.7445.770.39
HexBDD691C02010522e46
Octal275326221140402012256106
Binary101111011101011010010001110001000001000010100101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD691; }

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

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

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

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

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

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

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

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