Html Css Color HEX #B1BA59 Olive Green

📋 copy color: '#B1BA59'

red 177 ◦ green 186 ◦ blue 89

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

Shades of Olive Green #B1BA59

Tints of Olive Green #B1BA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.69%

R = 39.16%
G = 41.15%
B = 19.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B1BA59 (or 0xB1BA59) is known color: Olive Green. HEX triplet: B1, BA and 59. RGB value is (177,186,89). Sum of RGB (Red+Green+Blue) = 177+186+89=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA59 is #4E45A6. Grayscale: #ACACAC. Windows color (decimal): -5129639 or 5880497. OLE color: 5880497.

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

Color convert

RGB 177 186 89 -
CMYK 0.05 0 0.52 0.27
HSL 65.57º 0.41% 0.54% -
HSV(B) 65.57º 0.52% 0.73% -
XYZ 37.49 45.19 16.2 -
YUV 172.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 177 186 89 0.05 0 0.52 0.27 65.57 0.41 0.54
Hex B1 BA 59 5 0 34 1B 42 29 36
Octal 261 272 131 5 0 64 33 102 51 66
Binary 10110001 10111010 1011001 101 0 110100 11011 1000010 101001 110110

Color Harmonies of #B1BA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA59

Black with #B1BA59

Text Example


Text Example

White with #B1BA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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