Html Css Color HEX #B0B798 Green Spring

📋 copy color: '#B0B798'

red 176 ◦ green 183 ◦ blue 152

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

Shades of Green Spring #B0B798

Tints of Green Spring #B0B798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.75%

R = 34.44%
G = 35.81%
B = 29.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B0B798 (or 0xB0B798) is known color: Green Spring. HEX triplet: B0, B7 and 98. RGB value is (176,183,152). Sum of RGB (Red+Green+Blue) = 176+183+152=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B798 is #4F4867. Grayscale: #B1B1B1. Windows color (decimal): -5195880 or 10008496. OLE color: 10008496.

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

Color convert

RGB 176 183 152 -
CMYK 0.04 0 0.17 0.28
HSL 73.55º 0.18% 0.66% -
HSV(B) 73.55º 0.17% 0.72% -
XYZ 40.51 45.36 36.33 -
YUV 177.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 176 183 152 0.04 0 0.17 0.28 73.55 0.18 0.66
Hex B0 B7 98 4 0 11 1C 4A 12 42
Octal 260 267 230 4 0 21 34 112 22 102
Binary 10110000 10110111 10011000 100 0 10001 11100 1001010 10010 1000010

Color Harmonies of #B0B798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B798

Black with #B0B798

Text Example


Text Example

White with #B0B798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B798; }

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

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

background-color css

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

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

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

border-color css

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

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

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