#B4BB9B

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

Shades of Green Spring #B4BB9B

Tints of Green Spring #B4BB9B

Color information

#B4BB9B (or 0xB4BB9B) is unknown color: approx Green Spring. HEX triplet: B4, BB and 9B. RGB value is (180,187,155). Sum of RGB (Red+Green+Blue) = 180+187+155=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB9B is #4B4464. Grayscale: #B5B5B5. Windows color (decimal): -4932709 or 10206132. OLE color: 10206132.

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

Color convert

RGB180187155-
CMYK0.0400.170.27
HSL73.12º19.05%67.06%-
HSV(B)73.12º17.11%73.33%-
XYZ42.5147.6137.96-
YUV181.26113.18127.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=34.48%
G=35.82%
B=29.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871550.0400.170.2773.1219.0567.06
HexB4BB9B40111B491343
Octal26427323340213311123103
Binary101101001011101110011011100010001110111001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB9B; }

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

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

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

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

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

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

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

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