Html Css Color HEX #B0BA96 Green Spring

📋 copy color: '#B0BA96'

red 176 ◦ green 186 ◦ blue 150

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

Shades of Green Spring #B0BA96

Tints of Green Spring #B0BA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.3%

R = 34.38%
G = 36.33%
B = 29.3%

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

#B0BA96 (or 0xB0BA96) is known color: Green Spring. HEX triplet: B0, BA and 96. RGB value is (176,186,150). Sum of RGB (Red+Green+Blue) = 176+186+150=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA96 is #4F4569. Grayscale: #B3B3B3. Windows color (decimal): -5195114 or 9878192. OLE color: 9878192.

HSL color Cylindrical-coordinate representation of color #B0BA96: hue angle of 76.67º degrees, saturation: 0.21, 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 #B0BA96 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 150 -
CMYK 0.05 0 0.19 0.27
HSL 76.67º 0.21% 0.66% -
HSV(B) 76.67º 0.19% 0.73% -
XYZ 40.97 46.55 35.68 -
YUV 178.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 176 186 150 0.05 0 0.19 0.27 76.67 0.21 0.66
Hex B0 BA 96 5 0 13 1B 4D 15 42
Octal 260 272 226 5 0 23 33 115 25 102
Binary 10110000 10111010 10010110 101 0 10011 11011 1001101 10101 1000010

Color Harmonies of #B0BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA96

Black with #B0BA96

Text Example


Text Example

White with #B0BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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