Html Css Color HEX #B1BA58 Olive Green

📋 copy color: '#B1BA58'

red 177 ◦ green 186 ◦ blue 88

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

Shades of Olive Green #B1BA58

Tints of Olive Green #B1BA58

RGB

 RED value IS 177 (69.53% from 255) = 39.25%

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

 BLUE value IS 88 (34.77% from 255) = 19.51%

R = 39.25%
G = 41.24%
B = 19.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B1BA58 (or 0xB1BA58) is known color: Olive Green. HEX triplet: B1, BA and 58. RGB value is (177,186,88). Sum of RGB (Red+Green+Blue) = 177+186+88=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA58 is #4E45A7. Grayscale: #ACACAC. Windows color (decimal): -5129640 or 5814961. OLE color: 5814961.

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

Color convert

RGB 177 186 88 -
CMYK 0.05 0 0.53 0.27
HSL 65.51º 0.42% 0.54% -
HSV(B) 65.51º 0.53% 0.73% -
XYZ 37.45 45.17 15.98 -
YUV 172.14 80.52 131.47 -
System Red Green Blue C M Y K H S L
Decimal 177 186 88 0.05 0 0.53 0.27 65.51 0.42 0.54
Hex B1 BA 58 5 0 35 1B 42 2A 36
Octal 261 272 130 5 0 65 33 102 52 66
Binary 10110001 10111010 1011000 101 0 110101 11011 1000010 101010 110110

Color Harmonies of #B1BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA58

Black with #B1BA58

Text Example


Text Example

White with #B1BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA58; }

 p { color: rgb(177,186,88); }

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

background-color css

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

 a { background-color: rgb(177,186,88); }

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

border-color css

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

 span { border-color: rgb(177,186,88); }

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