#B3D397

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

Shades of Sprout #B3D397

Tints of Sprout #B3D397

Color information

#B3D397 (or 0xB3D397) is unknown color: approx Sprout. HEX triplet: B3, D3 and 97. RGB value is (179,211,151). Sum of RGB (Red+Green+Blue) = 179+211+151=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D397 is #4C2C68. Grayscale: #C2C2C2. Windows color (decimal): -4992105 or 9950131. OLE color: 9950131.

HSL color Cylindrical-coordinate representation of color #B3D397: hue angle of 92º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3D397 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB179211151-
CMYK0.1500.280.17
HSL92º40.54%70.98%-
HSV(B)92º28.44%82.75%-
XYZ47.4758.4138.05-
YUV194.59103.4116.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 211 (82.81% from 255) = 39.00%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=33.09%
G=39.00%
B=27.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792111510.1500.280.179240.5470.98
HexB3D397F01C115c2947
Octal263323227170342113451107
Binary10110011110100111001011111110111001000110111001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D397; }

 p { color: rgb(179,211,151); }

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

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

 a { background-color: rgb(179,211,151); }

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

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

 span { border-color: rgb(179,211,151); }

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