Html Css Color HEX #B0B6A0 Green Spring

📋 copy color: '#B0B6A0'

red 176 ◦ green 182 ◦ blue 160

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

Shades of Green Spring #B0B6A0

Tints of Green Spring #B0B6A0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

 BLUE value IS 160 (62.89% from 255) = 30.89%

R = 33.98%
G = 35.14%
B = 30.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B0B6A0 (or 0xB0B6A0) is known color: Green Spring. HEX triplet: B0, B6 and A0. RGB value is (176,182,160). Sum of RGB (Red+Green+Blue) = 176+182+160=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B6A0 is #4F495F. Grayscale: #B1B1B1. Windows color (decimal): -5196128 or 10532528. OLE color: 10532528.

HSL color Cylindrical-coordinate representation of color #B0B6A0: hue angle of 76.36º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B6A0 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 182 160 -
CMYK 0.03 0 0.12 0.29
HSL 76.36º 0.13% 0.67% -
HSV(B) 76.36º 0.12% 0.71% -
XYZ 40.98 45.22 39.83 -
YUV 177.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 176 182 160 0.03 0 0.12 0.29 76.36 0.13 0.67
Hex B0 B6 A0 3 0 C 1D 4C D 43
Octal 260 266 240 3 0 14 35 114 15 103
Binary 10110000 10110110 10100000 11 0 1100 11101 1001100 1101 1000011

Color Harmonies of #B0B6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B6A0

Black with #B0B6A0

Text Example


Text Example

White with #B0B6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B6A0; }

 p { color: rgb(176,182,160); }

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

background-color css

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

 a { background-color: rgb(176,182,160); }

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

border-color css

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

 span { border-color: rgb(176,182,160); }

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