Html Css Color HEX #B0B799 Green Spring

📋 copy color: '#B0B799'

red 176 ◦ green 183 ◦ blue 153

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

Shades of Green Spring #B0B799

Tints of Green Spring #B0B799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 34.38%
G = 35.74%
B = 29.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B0B799 (or 0xB0B799) is known color: Green Spring. HEX triplet: B0, B7 and 99. RGB value is (176,183,153). Sum of RGB (Red+Green+Blue) = 176+183+153=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B799 is #4F4866. Grayscale: #B1B1B1. Windows color (decimal): -5195879 or 10074032. OLE color: 10074032.

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

Color convert

RGB 176 183 153 -
CMYK 0.04 0 0.16 0.28
HSL 74º 0.17% 0.66% -
HSV(B) 74º 0.16% 0.72% -
XYZ 40.59 45.4 36.76 -
YUV 177.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 176 183 153 0.04 0 0.16 0.28 74 0.17 0.66
Hex B0 B7 99 4 0 10 1C 4A 11 42
Octal 260 267 231 4 0 20 34 112 21 102
Binary 10110000 10110111 10011001 100 0 10000 11100 1001010 10001 1000010

Color Harmonies of #B0B799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B799

Black with #B0B799

Text Example


Text Example

White with #B0B799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B799; }

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

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

background-color css

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

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

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

border-color css

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

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

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