#B3C39C

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

Shades of Sprout #B3C39C

Tints of Sprout #B3C39C

Color information

#B3C39C (or 0xB3C39C) is unknown color: approx Sprout. HEX triplet: B3, C3 and 9C. RGB value is (179,195,156). Sum of RGB (Red+Green+Blue) = 179+195+156=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C39C is #4C3C63. Grayscale: #B9B9B9. Windows color (decimal): -4996196 or 10273715. OLE color: 10273715.

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

Color convert

RGB179195156-
CMYK0.0800.200.24
HSL84.62º24.53%68.82%-
HSV(B)84.62º20%76.47%-
XYZ44.1151.0138.97-
YUV185.77111.2123.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=33.77%
G=36.79%
B=29.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791951560.0800.200.2484.6224.5368.82
HexB3C39C801418551945
Octal263303234100243012531105
Binary1011001111000011100111001000010100110001010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C39C; }

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

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

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

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

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

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

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

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