#B3CC96

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

Shades of Sprout #B3CC96

Tints of Sprout #B3CC96

Color information

#B3CC96 (or 0xB3CC96) is unknown color: approx Sprout. HEX triplet: B3, CC and 96. RGB value is (179,204,150). Sum of RGB (Red+Green+Blue) = 179+204+150=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CC96 is #4C3369. Grayscale: #BEBEBE. Windows color (decimal): -4993898 or 9882803. OLE color: 9882803.

HSL color Cylindrical-coordinate representation of color #B3CC96: hue angle of 87.78º degrees, saturation: 0.35, 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 #B3CC96 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB179204150-
CMYK0.1200.260.2
HSL87.78º34.62%69.41%-
HSV(B)87.78º26.47%80%-
XYZ45.6954.9737.06-
YUV190.37105.22119.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=33.58%
G=38.27%
B=28.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041500.1200.260.287.7834.6269.41
HexB3CC96C01A14582345
Octal263314226140322413043105
Binary10110011110011001001011011000110101010010110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC96; }

 p { color: rgb(179,204,150); }

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

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

 a { background-color: rgb(179,204,150); }

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

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

 span { border-color: rgb(179,204,150); }

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