Html Css Color HEX #B1BA62 Olive Green

📋 copy color: '#B1BA62'

red 177 ◦ green 186 ◦ blue 98

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

Shades of Olive Green #B1BA62

Tints of Olive Green #B1BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 38.39%
G = 40.35%
B = 21.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B1BA62 (or 0xB1BA62) is known color: Olive Green. HEX triplet: B1, BA and 62. RGB value is (177,186,98). Sum of RGB (Red+Green+Blue) = 177+186+98=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA62 is #4E459D. Grayscale: #ADADAD. Windows color (decimal): -5129630 or 6470321. OLE color: 6470321.

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

Color convert

RGB 177 186 98 -
CMYK 0.05 0 0.47 0.27
HSL 66.14º 0.39% 0.56% -
HSV(B) 66.14º 0.47% 0.73% -
XYZ 37.89 45.35 18.31 -
YUV 173.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 177 186 98 0.05 0 0.47 0.27 66.14 0.39 0.56
Hex B1 BA 62 5 0 2F 1B 42 27 38
Octal 261 272 142 5 0 57 33 102 47 70
Binary 10110001 10111010 1100010 101 0 101111 11011 1000010 100111 111000

Color Harmonies of #B1BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA62

Black with #B1BA62

Text Example


Text Example

White with #B1BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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