Html Css Color HEX #B0BA94 Green Spring

📋 copy color: '#B0BA94'

red 176 ◦ green 186 ◦ blue 148

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

Shades of Green Spring #B0BA94

Tints of Green Spring #B0BA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.02%

R = 34.51%
G = 36.47%
B = 29.02%

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

#B0BA94 (or 0xB0BA94) is known color: Green Spring. HEX triplet: B0, BA and 94. RGB value is (176,186,148). Sum of RGB (Red+Green+Blue) = 176+186+148=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA94 is #4F456B. Grayscale: #B2B2B2. Windows color (decimal): -5195116 or 9747120. OLE color: 9747120.

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

Color convert

RGB 176 186 148 -
CMYK 0.05 0 0.20 0.27
HSL 75.79º 0.22% 0.65% -
HSV(B) 75.79º 0.2% 0.73% -
XYZ 40.81 46.49 34.84 -
YUV 178.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 176 186 148 0.05 0 0.20 0.27 75.79 0.22 0.65
Hex B0 BA 94 5 0 14 1B 4C 16 41
Octal 260 272 224 5 0 24 33 114 26 101
Binary 10110000 10111010 10010100 101 0 10100 11011 1001100 10110 1000001

Color Harmonies of #B0BA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA94

Black with #B0BA94

Text Example


Text Example

White with #B0BA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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