Html Css Color HEX #B1AB5B Olive Green

📋 copy color: '#B1AB5B'

red 177 ◦ green 171 ◦ blue 91

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

Shades of Olive Green #B1AB5B

Tints of Olive Green #B1AB5B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 40.32%
G = 38.95%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1AB5B (or 0xB1AB5B) is known color: Olive Green. HEX triplet: B1, AB and 5B. RGB value is (177,171,91). Sum of RGB (Red+Green+Blue) = 177+171+91=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB5B is #4E54A4. Grayscale: #A4A4A4. Windows color (decimal): -5133477 or 6007729. OLE color: 6007729.

HSL color Cylindrical-coordinate representation of color #B1AB5B: hue angle of 55.81º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1AB5B is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 91 -
CMYK 0 0.03 0.49 0.31
HSL 55.81º 0.36% 0.53% -
HSV(B) 55.81º 0.49% 0.69% -
XYZ 34.58 39.23 15.65 -
YUV 163.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 177 171 91 0 0.03 0.49 0.31 55.81 0.36 0.53
Hex B1 AB 5B 0 3 31 1F 38 24 35
Octal 261 253 133 0 3 61 37 70 44 65
Binary 10110001 10101011 1011011 0 11 110001 11111 111000 100100 110101

Color Harmonies of #B1AB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB5B

Black with #B1AB5B

Text Example


Text Example

White with #B1AB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB5B; }

 p { color: rgb(177,171,91); }

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

background-color css

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

 a { background-color: rgb(177,171,91); }

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

border-color css

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

 span { border-color: rgb(177,171,91); }

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