Html Css Color HEX #B0BA95 Green Spring

📋 copy color: '#B0BA95'

red 176 ◦ green 186 ◦ blue 149

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

Shades of Green Spring #B0BA95

Tints of Green Spring #B0BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

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

R = 34.44%
G = 36.4%
B = 29.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B0BA95 (or 0xB0BA95) is known color: Green Spring. HEX triplet: B0, BA and 95. RGB value is (176,186,149). Sum of RGB (Red+Green+Blue) = 176+186+149=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA95 is #4F456A. Grayscale: #B2B2B2. Windows color (decimal): -5195115 or 9812656. OLE color: 9812656.

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

Color convert

RGB 176 186 149 -
CMYK 0.05 0 0.20 0.27
HSL 76.22º 0.21% 0.66% -
HSV(B) 76.22º 0.2% 0.73% -
XYZ 40.89 46.52 35.26 -
YUV 178.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 176 186 149 0.05 0 0.20 0.27 76.22 0.21 0.66
Hex B0 BA 95 5 0 14 1B 4C 15 42
Octal 260 272 225 5 0 24 33 114 25 102
Binary 10110000 10111010 10010101 101 0 10100 11011 1001100 10101 1000010

Color Harmonies of #B0BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA95

Black with #B0BA95

Text Example


Text Example

White with #B0BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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