#BDD192

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

Shades of Sprout #BDD192

Tints of Sprout #BDD192

Color information

#BDD192 (or 0xBDD192) is unknown color: approx Sprout. HEX triplet: BD, D1 and 92. RGB value is (189,209,146). Sum of RGB (Red+Green+Blue) = 189+209+146=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD192 is #422E6D. Grayscale: #C4C4C4. Windows color (decimal): -4337262 or 9621949. OLE color: 9621949.

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

Color convert

RGB189209146-
CMYK0.1000.300.18
HSL79.05º40.65%69.61%-
HSV(B)79.05º30.14%81.96%-
XYZ48.9858.535.9-
YUV195.8499.87123.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=34.74%
G=38.42%
B=26.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091460.1000.300.1879.0540.6569.61
HexBDD192A01E124f2946
Octal275321222120362211751106
Binary10111101110100011001001010100111101001010011111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD192; }

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

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

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

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

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

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

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

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