#B2BB94

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

Shades of Green Spring #B2BB94

Tints of Green Spring #B2BB94

Color information

#B2BB94 (or 0xB2BB94) is unknown color: approx Green Spring. HEX triplet: B2, BB and 94. RGB value is (178,187,148). Sum of RGB (Red+Green+Blue) = 178+187+148=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB94 is #4D446B. Grayscale: #B4B4B4. Windows color (decimal): -5063788 or 9747378. OLE color: 9747378.

HSL color Cylindrical-coordinate representation of color #B2BB94: hue angle of 73.85º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2BB94 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB178187148-
CMYK0.0500.210.27
HSL73.85º22.29%65.69%-
HSV(B)73.85º20.86%73.33%-
XYZ41.4847.1434.93-
YUV179.86110.02126.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=34.70%
G=36.45%
B=28.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871480.0500.210.2773.8522.2965.69
HexB2BB9450151B4a1642
Octal26227322450253311226102
Binary101100101011101110010100101010101110111001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB94; }

 p { color: rgb(178,187,148); }

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

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

 a { background-color: rgb(178,187,148); }

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

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

 span { border-color: rgb(178,187,148); }

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