#B7C29C

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

Shades of Sprout #B7C29C

Tints of Sprout #B7C29C

Color information

#B7C29C (or 0xB7C29C) is unknown color: approx Sprout. HEX triplet: B7, C2 and 9C. RGB value is (183,194,156). Sum of RGB (Red+Green+Blue) = 183+194+156=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C29C is #483D63. Grayscale: #BABABA. Windows color (decimal): -4734308 or 10273463. OLE color: 10273463.

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

Color convert

RGB183194156-
CMYK0.0600.200.24
HSL77.37º23.75%68.63%-
HSV(B)77.37º19.59%76.08%-
XYZ44.8251.0538.94-
YUV186.38110.86125.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=34.33%
G=36.40%
B=29.27%

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
Decimal1831941560.0600.200.2477.3723.7568.63
HexB7C29C6014184d1845
Octal26730223460243011530105
Binary101101111100001010011100110010100110001001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C29C; }

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

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

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

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

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

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

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

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