#B4D997

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

Shades of Sprout #B4D997

Tints of Sprout #B4D997

Color information

#B4D997 (or 0xB4D997) is unknown color: approx Sprout. HEX triplet: B4, D9 and 97. RGB value is (180,217,151). Sum of RGB (Red+Green+Blue) = 180+217+151=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D997 is #4B2668. Grayscale: #C6C6C6. Windows color (decimal): -4925033 or 9951668. OLE color: 9951668.

HSL color Cylindrical-coordinate representation of color #B4D997: hue angle of 93.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4D997 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB180217151-
CMYK0.1700.300.15
HSL93.64º46.48%72.16%-
HSV(B)93.64º30.41%85.1%-
XYZ49.2261.5638.57-
YUV198.41101.24114.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=32.85%
G=39.60%
B=27.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802171510.1700.300.1593.6446.4872.16
HexB4D9971101EF5e2e48
Octal264331227210361713656110
Binary10110100110110011001011110001011110111110111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D997; }

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

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

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

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

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

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

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

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