#B7CB96

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

Shades of Sprout #B7CB96

Tints of Sprout #B7CB96

Color information

#B7CB96 (or 0xB7CB96) is unknown color: approx Sprout. HEX triplet: B7, CB and 96. RGB value is (183,203,150). Sum of RGB (Red+Green+Blue) = 183+203+150=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CB96 is #483469. Grayscale: #BFBFBF. Windows color (decimal): -4732010 or 9882551. OLE color: 9882551.

HSL color Cylindrical-coordinate representation of color #B7CB96: hue angle of 82.64º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7CB96 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB183203150-
CMYK0.1000.260.20
HSL82.64º33.76%69.22%-
HSV(B)82.64º26.11%79.61%-
XYZ46.3954.9837.02-
YUV190.98104.87122.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=34.14%
G=37.87%
B=27.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031500.1000.260.2082.6433.7669.22
HexB7CB96A01A14532245
Octal267313226120322412342105
Binary10110111110010111001011010100110101010010100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CB96; }

 p { color: rgb(183,203,150); }

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

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

 a { background-color: rgb(183,203,150); }

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

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

 span { border-color: rgb(183,203,150); }

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