Html Css Color HEX #B0BA93 Green Spring

📋 copy color: '#B0BA93'

red 176 ◦ green 186 ◦ blue 147

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

Shades of Green Spring #B0BA93

Tints of Green Spring #B0BA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 34.58%
G = 36.54%
B = 28.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B0BA93 (or 0xB0BA93) is known color: Green Spring. HEX triplet: B0, BA and 93. RGB value is (176,186,147). Sum of RGB (Red+Green+Blue) = 176+186+147=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA93 is #4F456C. Grayscale: #B2B2B2. Windows color (decimal): -5195117 or 9681584. OLE color: 9681584.

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

Color convert

RGB 176 186 147 -
CMYK 0.05 0 0.21 0.27
HSL 75.38º 0.22% 0.65% -
HSV(B) 75.38º 0.21% 0.73% -
XYZ 40.73 46.45 34.42 -
YUV 178.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 176 186 147 0.05 0 0.21 0.27 75.38 0.22 0.65
Hex B0 BA 93 5 0 15 1B 4B 16 41
Octal 260 272 223 5 0 25 33 113 26 101
Binary 10110000 10111010 10010011 101 0 10101 11011 1001011 10110 1000001

Color Harmonies of #B0BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA93

Black with #B0BA93

Text Example


Text Example

White with #B0BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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