#B2BB93

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

Shades of Green Spring #B2BB93

Tints of Green Spring #B2BB93

Color information

#B2BB93 (or 0xB2BB93) is unknown color: approx Green Spring. HEX triplet: B2, BB and 93. RGB value is (178,187,147). Sum of RGB (Red+Green+Blue) = 178+187+147=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB93 is #4D446C. Grayscale: #B3B3B3. Windows color (decimal): -5063789 or 9681842. OLE color: 9681842.

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

Color convert

RGB178187147-
CMYK0.0500.210.27
HSL73.5º22.73%65.49%-
HSV(B)73.5º21.39%73.33%-
XYZ41.447.1134.52-
YUV179.75109.52126.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=34.77%
G=36.52%
B=28.71%

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
Decimal1781871470.0500.210.2773.522.7365.49
HexB2BB9350151B4a1741
Octal26227322350253311227101
Binary101100101011101110010011101010101110111001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB93; }

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

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

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

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

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

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

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

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