Html Css Color HEX #B0B795 Green Spring

📋 copy color: '#B0B795'

red 176 ◦ green 183 ◦ blue 149

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

Shades of Green Spring #B0B795

Tints of Green Spring #B0B795

RGB

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

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

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

R = 34.65%
G = 36.02%
B = 29.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B0B795 (or 0xB0B795) is known color: Green Spring. HEX triplet: B0, B7 and 95. RGB value is (176,183,149). Sum of RGB (Red+Green+Blue) = 176+183+149=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B795 is #4F486A. Grayscale: #B1B1B1. Windows color (decimal): -5195883 or 9811888. OLE color: 9811888.

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

Color convert

RGB 176 183 149 -
CMYK 0.04 0 0.19 0.28
HSL 72.35º 0.19% 0.65% -
HSV(B) 72.35º 0.19% 0.72% -
XYZ 40.26 45.27 35.05 -
YUV 177.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 176 183 149 0.04 0 0.19 0.28 72.35 0.19 0.65
Hex B0 B7 95 4 0 13 1C 48 13 41
Octal 260 267 225 4 0 23 34 110 23 101
Binary 10110000 10110111 10010101 100 0 10011 11100 1001000 10011 1000001

Color Harmonies of #B0B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B795

Black with #B0B795

Text Example


Text Example

White with #B0B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B795; }

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

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

background-color css

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

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

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

border-color css

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

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

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