Html Css Color HEX #B3BB95 Green Spring

📋 copy color: '#B3BB95'

red 179 ◦ green 187 ◦ blue 149

#B3BB95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #B3BB95

Tints of Green Spring #B3BB95

RGB

 RED value IS 179 (70.31% from 255) = 34.76%

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 34.76%
G = 36.31%
B = 28.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B3BB95 (or 0xB3BB95) is known color: Green Spring. HEX triplet: B3, BB and 95. RGB value is (179,187,149). Sum of RGB (Red+Green+Blue) = 179+187+149=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB95 is #4C446A. Grayscale: #B4B4B4. Windows color (decimal): -4998251 or 9812915. OLE color: 9812915.

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

Color convert

RGB 179 187 149 -
CMYK 0.04 0 0.20 0.27
HSL 72.63º 0.22% 0.66% -
HSV(B) 72.63º 0.2% 0.73% -
XYZ 41.79 47.29 35.36 -
YUV 180.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 179 187 149 0.04 0 0.20 0.27 72.63 0.22 0.66
Hex B3 BB 95 4 0 14 1B 49 16 42
Octal 263 273 225 4 0 24 33 111 26 102
Binary 10110011 10111011 10010101 100 0 10100 11011 1001001 10110 1000010

Color Harmonies of #B3BB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BB95

Black with #B3BB95

Text Example


Text Example

White with #B3BB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BB95; }

 p { color: rgb(179,187,149); }

 H1.HeaderClassName
 {
   color: #B3BB95;
 }
 .AnyTagClassName
 {
   color: #B3BB95;
 }
</style>

background-color css

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

 a { background-color: rgb(179,187,149); }

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

border-color css

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

 span { border-color: rgb(179,187,149); }

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