#BDD292

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

Shades of Sprout #BDD292

Tints of Sprout #BDD292

Color information

#BDD292 (or 0xBDD292) is unknown color: approx Sprout. HEX triplet: BD, D2 and 92. RGB value is (189,210,146). Sum of RGB (Red+Green+Blue) = 189+210+146=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD292 is #422D6D. Grayscale: #C4C4C4. Windows color (decimal): -4337006 or 9622205. OLE color: 9622205.

HSL color Cylindrical-coordinate representation of color #BDD292: hue angle of 79.69º degrees, saturation: 0.42, 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 #BDD292 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB189210146-
CMYK0.1000.300.18
HSL79.69º41.56%69.8%-
HSV(B)79.69º30.48%82.35%-
XYZ49.2258.9935.99-
YUV196.4299.54122.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=34.68%
G=38.53%
B=26.79%

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
Decimal1892101460.1000.300.1879.6941.5669.8
HexBDD292A01E12502a46
Octal275322222120362212052106
Binary10111101110100101001001010100111101001010100001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD292; }

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

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

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

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

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

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

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

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