#B7C39C

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

Shades of Sprout #B7C39C

Tints of Sprout #B7C39C

Color information

#B7C39C (or 0xB7C39C) is unknown color: approx Sprout. HEX triplet: B7, C3 and 9C. RGB value is (183,195,156). Sum of RGB (Red+Green+Blue) = 183+195+156=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C39C is #483C63. Grayscale: #BBBBBB. Windows color (decimal): -4734052 or 10273719. OLE color: 10273719.

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

Color convert

RGB183195156-
CMYK0.0600.200.24
HSL78.46º24.53%68.82%-
HSV(B)78.46º20%76.47%-
XYZ45.0451.539.02-
YUV186.97110.52125.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=34.27%
G=36.52%
B=29.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951560.0600.200.2478.4624.5368.82
HexB7C39C6014184e1945
Octal26730323460243011631105
Binary101101111100001110011100110010100110001001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C39C; }

 p { color: rgb(183,195,156); }

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

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

 a { background-color: rgb(183,195,156); }

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

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

 span { border-color: rgb(183,195,156); }

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