#B4C297

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

Shades of Sprout #B4C297

Tints of Sprout #B4C297

Color information

#B4C297 (or 0xB4C297) is unknown color: approx Sprout. HEX triplet: B4, C2 and 97. RGB value is (180,194,151). Sum of RGB (Red+Green+Blue) = 180+194+151=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C297 is #4B3D68. Grayscale: #B9B9B9. Windows color (decimal): -4930921 or 9945780. OLE color: 9945780.

HSL color Cylindrical-coordinate representation of color #B4C297: hue angle of 79.53º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4C297 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB180194151-
CMYK0.0700.220.24
HSL79.53º26.06%67.65%-
HSV(B)79.53º22.16%76.08%-
XYZ43.750.5236.73-
YUV184.91108.86124.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=34.29%
G=36.95%
B=28.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801941510.0700.220.2479.5326.0667.65
HexB4C297701618501a44
Octal26430222770263012032104
Binary101101001100001010010111111010110110001010000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C297; }

 p { color: rgb(180,194,151); }

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

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

 a { background-color: rgb(180,194,151); }

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

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

 span { border-color: rgb(180,194,151); }

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