#B4BB9A

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

Shades of Green Spring #B4BB9A

Tints of Green Spring #B4BB9A

Color information

#B4BB9A (or 0xB4BB9A) is unknown color: approx Green Spring. HEX triplet: B4, BB and 9A. RGB value is (180,187,154). Sum of RGB (Red+Green+Blue) = 180+187+154=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB9A is #4B4465. Grayscale: #B5B5B5. Windows color (decimal): -4932710 or 10140596. OLE color: 10140596.

HSL color Cylindrical-coordinate representation of color #B4BB9A: hue angle of 72.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BB9A is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB180187154-
CMYK0.0400.180.27
HSL72.73º19.53%66.86%-
HSV(B)72.73º17.65%73.33%-
XYZ42.4347.5837.52-
YUV181.14112.68127.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=34.55%
G=35.89%
B=29.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871540.0400.180.2772.7319.5366.86
HexB4BB9A40121B491443
Octal26427323240223311124103
Binary101101001011101110011010100010010110111001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB9A; }

 p { color: rgb(180,187,154); }

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

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

 a { background-color: rgb(180,187,154); }

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

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

 span { border-color: rgb(180,187,154); }

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