#B7C39B

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

Shades of Sprout #B7C39B

Tints of Sprout #B7C39B

Color information

#B7C39B (or 0xB7C39B) is unknown color: approx Sprout. HEX triplet: B7, C3 and 9B. RGB value is (183,195,155). Sum of RGB (Red+Green+Blue) = 183+195+155=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C39B is #483C64. Grayscale: #BBBBBB. Windows color (decimal): -4734053 or 10208183. OLE color: 10208183.

HSL color Cylindrical-coordinate representation of color #B7C39B: hue angle of 78º 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 #B7C39B is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB183195155-
CMYK0.0600.210.24
HSL78º25%68.63%-
HSV(B)78º20.51%76.47%-
XYZ44.9651.4638.57-
YUV186.85110.02125.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=34.33%
G=36.59%
B=29.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951550.0600.210.24782568.63
HexB7C39B6015184e1945
Octal26730323360253011631105
Binary101101111100001110011011110010101110001001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C39B; }

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

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

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

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

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

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

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

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