Html Css Color HEX #B0B3A6 Green Spring

📋 copy color: '#B0B3A6'

red 176 ◦ green 179 ◦ blue 166

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

Shades of Green Spring #B0B3A6

Tints of Green Spring #B0B3A6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 33.78%
G = 34.36%
B = 31.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B0B3A6 (or 0xB0B3A6) is known color: Green Spring. HEX triplet: B0, B3 and A6. RGB value is (176,179,166). Sum of RGB (Red+Green+Blue) = 176+179+166=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B3A6 is #4F4C59. Grayscale: #B0B0B0. Windows color (decimal): -5196890 or 10924976. OLE color: 10924976.

HSL color Cylindrical-coordinate representation of color #B0B3A6: hue angle of 73.85º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0B3A6 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 166 -
CMYK 0.02 0 0.07 0.30
HSL 73.85º 0.08% 0.68% -
HSV(B) 73.85º 0.07% 0.7% -
XYZ 40.91 44.22 42.46 -
YUV 176.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 176 179 166 0.02 0 0.07 0.30 73.85 0.08 0.68
Hex B0 B3 A6 2 0 7 1E 4A 8 44
Octal 260 263 246 2 0 7 36 112 10 104
Binary 10110000 10110011 10100110 10 0 111 11110 1001010 1000 1000100

Color Harmonies of #B0B3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B3A6

Black with #B0B3A6

Text Example


Text Example

White with #B0B3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B3A6; }

 p { color: rgb(176,179,166); }

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

background-color css

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

 a { background-color: rgb(176,179,166); }

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

border-color css

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

 span { border-color: rgb(176,179,166); }

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