Html Css Color HEX #B0BA97 Green Spring

📋 copy color: '#B0BA97'

red 176 ◦ green 186 ◦ blue 151

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

Shades of Green Spring #B0BA97

Tints of Green Spring #B0BA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.43%

R = 34.31%
G = 36.26%
B = 29.43%

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

#B0BA97 (or 0xB0BA97) is known color: Green Spring. HEX triplet: B0, BA and 97. RGB value is (176,186,151). Sum of RGB (Red+Green+Blue) = 176+186+151=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA97 is #4F4568. Grayscale: #B3B3B3. Windows color (decimal): -5195113 or 9943728. OLE color: 9943728.

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

Color convert

RGB 176 186 151 -
CMYK 0.05 0 0.19 0.27
HSL 77.14º 0.2% 0.66% -
HSV(B) 77.14º 0.19% 0.73% -
XYZ 41.05 46.58 36.11 -
YUV 179.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 176 186 151 0.05 0 0.19 0.27 77.14 0.2 0.66
Hex B0 BA 97 5 0 13 1B 4D 14 42
Octal 260 272 227 5 0 23 33 115 24 102
Binary 10110000 10111010 10010111 101 0 10011 11011 1001101 10100 1000010

Color Harmonies of #B0BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA97

Black with #B0BA97

Text Example


Text Example

White with #B0BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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