#BDD59B

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

Shades of Sprout #BDD59B

Tints of Sprout #BDD59B

Color information

#BDD59B (or 0xBDD59B) is unknown color: approx Sprout. HEX triplet: BD, D5 and 9B. RGB value is (189,213,155). Sum of RGB (Red+Green+Blue) = 189+213+155=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD59B is #422A64. Grayscale: #C7C7C7. Windows color (decimal): -4336229 or 10212797. OLE color: 10212797.

HSL color Cylindrical-coordinate representation of color #BDD59B: hue angle of 84.83º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD59B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB189213155-
CMYK0.1100.270.16
HSL84.83º40.85%72.16%-
HSV(B)84.83º27.23%83.53%-
XYZ50.760.7740.07-
YUV199.21103.05120.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=33.93%
G=38.24%
B=27.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131550.1100.270.1684.8340.8572.16
HexBDD59BB01B10552948
Octal275325233130332012551110
Binary10111101110101011001101110110110111000010101011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD59B; }

 p { color: rgb(189,213,155); }

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

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

 a { background-color: rgb(189,213,155); }

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

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

 span { border-color: rgb(189,213,155); }

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