#BDD195

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

Shades of Sprout #BDD195

Tints of Sprout #BDD195

Color information

#BDD195 (or 0xBDD195) is unknown color: approx Sprout. HEX triplet: BD, D1 and 95. RGB value is (189,209,149). Sum of RGB (Red+Green+Blue) = 189+209+149=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD195 is #422E6A. Grayscale: #C4C4C4. Windows color (decimal): -4337259 or 9818557. OLE color: 9818557.

HSL color Cylindrical-coordinate representation of color #BDD195: hue angle of 80º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD195 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB189209149-
CMYK0.1000.290.18
HSL80º39.47%70.2%-
HSV(B)80º28.71%81.96%-
XYZ49.2158.5937.15-
YUV196.18101.37122.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=34.55%
G=38.21%
B=27.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091490.1000.290.188039.4770.2
HexBDD195A01D12502746
Octal275321225120352212047106
Binary10111101110100011001010110100111011001010100001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD195; }

 p { color: rgb(189,209,149); }

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

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

 a { background-color: rgb(189,209,149); }

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

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

 span { border-color: rgb(189,209,149); }

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