Html Css Color HEX #B0BA5E Olive Green

📋 copy color: '#B0BA5E'

red 176 ◦ green 186 ◦ blue 94

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

Shades of Olive Green #B0BA5E

Tints of Olive Green #B0BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 38.6%
G = 40.79%
B = 20.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B0BA5E (or 0xB0BA5E) is known color: Olive Green. HEX triplet: B0, BA and 5E. RGB value is (176,186,94). Sum of RGB (Red+Green+Blue) = 176+186+94=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA5E is #4F45A1. Grayscale: #ACACAC. Windows color (decimal): -5195170 or 6208176. OLE color: 6208176.

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

Color convert

RGB 176 186 94 -
CMYK 0.05 0 0.49 0.27
HSL 66.52º 0.4% 0.55% -
HSV(B) 66.52º 0.49% 0.73% -
XYZ 37.48 45.16 17.33 -
YUV 172.52 83.69 130.48 -
System Red Green Blue C M Y K H S L
Decimal 176 186 94 0.05 0 0.49 0.27 66.52 0.4 0.55
Hex B0 BA 5E 5 0 31 1B 43 28 37
Octal 260 272 136 5 0 61 33 103 50 67
Binary 10110000 10111010 1011110 101 0 110001 11011 1000011 101000 110111

Color Harmonies of #B0BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA5E

Black with #B0BA5E

Text Example


Text Example

White with #B0BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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