#B2C49C

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

Shades of Sprout #B2C49C

Tints of Sprout #B2C49C

Color information

#B2C49C (or 0xB2C49C) is unknown color: approx Sprout. HEX triplet: B2, C4 and 9C. RGB value is (178,196,156). Sum of RGB (Red+Green+Blue) = 178+196+156=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C49C is #4D3B63. Grayscale: #BABABA. Windows color (decimal): -5061476 or 10273970. OLE color: 10273970.

HSL color Cylindrical-coordinate representation of color #B2C49C: hue angle of 87º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C49C is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB178196156-
CMYK0.0900.200.23
HSL87º25.32%69.02%-
HSV(B)87º20.41%76.86%-
XYZ44.151.3539.04-
YUV186.06111.04122.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 196 (76.95% from 255) = 36.98%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=33.58%
G=36.98%
B=29.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961560.0900.200.238725.3269.02
HexB2C49C901417571945
Octal262304234110242712731105
Binary1011001011000100100111001001010100101111010111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C49C; }

 p { color: rgb(178,196,156); }

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

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

 a { background-color: rgb(178,196,156); }

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

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

 span { border-color: rgb(178,196,156); }

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