#BDD792

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

Shades of Sprout #BDD792

Tints of Sprout #BDD792

Color information

#BDD792 (or 0xBDD792) is unknown color: approx Sprout. HEX triplet: BD, D7 and 92. RGB value is (189,215,146). Sum of RGB (Red+Green+Blue) = 189+215+146=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD792 is #42286D. Grayscale: #C7C7C7. Windows color (decimal): -4335726 or 9623485. OLE color: 9623485.

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

Color convert

RGB189215146-
CMYK0.1200.320.16
HSL82.61º46.31%70.78%-
HSV(B)82.61º32.09%84.31%-
XYZ50.4861.536.4-
YUV199.3697.89120.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=34.36%
G=39.09%
B=26.55%

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
Decimal1892151460.1200.320.1682.6146.3170.78
HexBDD792C02010532e47
Octal275327222140402012356107
Binary101111011101011110010010110001000001000010100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD792; }

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

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

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

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

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

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

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

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