#B4D696

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

Shades of Sprout #B4D696

Tints of Sprout #B4D696

Color information

#B4D696 (or 0xB4D696) is unknown color: approx Sprout. HEX triplet: B4, D6 and 96. RGB value is (180,214,150). Sum of RGB (Red+Green+Blue) = 180+214+150=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D696 is #4B2969. Grayscale: #C4C4C4. Windows color (decimal): -4925802 or 9885364. OLE color: 9885364.

HSL color Cylindrical-coordinate representation of color #B4D696: hue angle of 91.88º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4D696 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB180214150-
CMYK0.1600.300.16
HSL91.88º43.84%71.37%-
HSV(B)91.88º29.91%83.92%-
XYZ48.376037.89-
YUV196.54101.74116.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=33.09%
G=39.34%
B=27.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802141500.1600.300.1691.8843.8471.37
HexB4D6961001E105c2c47
Octal264326226200362013454107
Binary101101001101011010010110100000111101000010111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D696; }

 p { color: rgb(180,214,150); }

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

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

 a { background-color: rgb(180,214,150); }

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

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

 span { border-color: rgb(180,214,150); }

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