Html Css Color HEX #B0B995 Green Spring

📋 copy color: '#B0B995'

red 176 ◦ green 185 ◦ blue 149

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

Shades of Green Spring #B0B995

Tints of Green Spring #B0B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

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

R = 34.51%
G = 36.27%
B = 29.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B0B995 (or 0xB0B995) is known color: Green Spring. HEX triplet: B0, B9 and 95. RGB value is (176,185,149). Sum of RGB (Red+Green+Blue) = 176+185+149=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B995 is #4F466A. Grayscale: #B2B2B2. Windows color (decimal): -5195371 or 9812400. OLE color: 9812400.

HSL color Cylindrical-coordinate representation of color #B0B995: hue angle of 75º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0B995 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 149 -
CMYK 0.05 0 0.19 0.27
HSL 75º 0.2% 0.65% -
HSV(B) 75º 0.19% 0.73% -
XYZ 40.68 46.1 35.19 -
YUV 178.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 176 185 149 0.05 0 0.19 0.27 75 0.2 0.65
Hex B0 B9 95 5 0 13 1B 4B 14 41
Octal 260 271 225 5 0 23 33 113 24 101
Binary 10110000 10111001 10010101 101 0 10011 11011 1001011 10100 1000001

Color Harmonies of #B0B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B995

Black with #B0B995

Text Example


Text Example

White with #B0B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B995; }

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

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

background-color css

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

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

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

border-color css

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

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

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