Html Css Color HEX #B0B79B Green Spring

📋 copy color: '#B0B79B'

red 176 ◦ green 183 ◦ blue 155

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

Shades of Green Spring #B0B79B

Tints of Green Spring #B0B79B

RGB

 RED value IS 176 (69.14% from 255) = 34.24%

 GREEN value IS 183 (71.88% from 255) = 35.6%

 BLUE value IS 155 (60.94% from 255) = 30.16%

R = 34.24%
G = 35.6%
B = 30.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B0B79B (or 0xB0B79B) is known color: Green Spring. HEX triplet: B0, B7 and 9B. RGB value is (176,183,155). Sum of RGB (Red+Green+Blue) = 176+183+155=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B79B is #4F4864. Grayscale: #B1B1B1. Windows color (decimal): -5195877 or 10205104. OLE color: 10205104.

HSL color Cylindrical-coordinate representation of color #B0B79B: hue angle of 75º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0B79B is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 155 -
CMYK 0.04 0 0.15 0.28
HSL 75º 0.16% 0.66% -
HSV(B) 75º 0.15% 0.72% -
XYZ 40.75 45.46 37.64 -
YUV 177.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 176 183 155 0.04 0 0.15 0.28 75 0.16 0.66
Hex B0 B7 9B 4 0 F 1C 4B 10 42
Octal 260 267 233 4 0 17 34 113 20 102
Binary 10110000 10110111 10011011 100 0 1111 11100 1001011 10000 1000010

Color Harmonies of #B0B79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B79B

Black with #B0B79B

Text Example


Text Example

White with #B0B79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B79B; }

 p { color: rgb(176,183,155); }

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

background-color css

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

 a { background-color: rgb(176,183,155); }

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

border-color css

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

 span { border-color: rgb(176,183,155); }

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