#B6C39B

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

Shades of Sprout #B6C39B

Tints of Sprout #B6C39B

Color information

#B6C39B (or 0xB6C39B) is unknown color: approx Sprout. HEX triplet: B6, C3 and 9B. RGB value is (182,195,155). Sum of RGB (Red+Green+Blue) = 182+195+155=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C39B is #493C64. Grayscale: #BABABA. Windows color (decimal): -4799589 or 10208182. OLE color: 10208182.

HSL color Cylindrical-coordinate representation of color #B6C39B: hue angle of 79.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C39B is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB182195155-
CMYK0.0700.210.24
HSL79.5º25%68.63%-
HSV(B)79.5º20.51%76.47%-
XYZ44.7251.3438.56-
YUV186.55110.19124.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=34.21%
G=36.65%
B=29.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951550.0700.210.2479.52568.63
HexB6C39B701518501945
Octal26630323370253012031105
Binary101101101100001110011011111010101110001010000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C39B; }

 p { color: rgb(182,195,155); }

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

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

 a { background-color: rgb(182,195,155); }

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

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

 span { border-color: rgb(182,195,155); }

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