#B6DC92

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

Shades of Sprout #B6DC92

Tints of Sprout #B6DC92

Color information

#B6DC92 (or 0xB6DC92) is unknown color: approx Sprout. HEX triplet: B6, DC and 92. RGB value is (182,220,146). Sum of RGB (Red+Green+Blue) = 182+220+146=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DC92 is #49236D. Grayscale: #C8C8C8. Windows color (decimal): -4793198 or 9624758. OLE color: 9624758.

HSL color Cylindrical-coordinate representation of color #B6DC92: hue angle of 90.81º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6DC92 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB182220146-
CMYK0.1700.340.14
HSL90.81º51.39%71.76%-
HSV(B)90.81º33.64%86.27%-
XYZ50.0763.2136.76-
YUV200.297.41115.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 146 (57.42% from 255) = 26.64%
R=33.21%
G=40.15%
B=26.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201460.1700.340.1490.8151.3971.76
HexB6DC9211022E5b3348
Octal266334222210421613363110
Binary101101101101110010010010100010100010111010110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC92; }

 p { color: rgb(182,220,146); }

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

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

 a { background-color: rgb(182,220,146); }

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

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

 span { border-color: rgb(182,220,146); }

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