#B6C69C

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

Shades of Sprout #B6C69C

Tints of Sprout #B6C69C

Color information

#B6C69C (or 0xB6C69C) is unknown color: approx Sprout. HEX triplet: B6, C6 and 9C. RGB value is (182,198,156). Sum of RGB (Red+Green+Blue) = 182+198+156=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C69C is #493963. Grayscale: #BCBCBC. Windows color (decimal): -4798820 or 10274486. OLE color: 10274486.

HSL color Cylindrical-coordinate representation of color #B6C69C: hue angle of 82.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C69C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB182198156-
CMYK0.0800.210.22
HSL82.86º26.92%69.41%-
HSV(B)82.86º21.21%77.65%-
XYZ45.4952.7339.23-
YUV188.43109.7123.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 198 (77.73% from 255) = 36.94%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=33.96%
G=36.94%
B=29.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981560.0800.210.2282.8626.9269.41
HexB6C69C801516531b45
Octal266306234100252612333105
Binary1011011011000110100111001000010101101101010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C69C; }

 p { color: rgb(182,198,156); }

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

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

 a { background-color: rgb(182,198,156); }

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

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

 span { border-color: rgb(182,198,156); }

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