Html Css Color HEX #B1AB5A Olive Green

📋 copy color: '#B1AB5A'

red 177 ◦ green 171 ◦ blue 90

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

Shades of Olive Green #B1AB5A

Tints of Olive Green #B1AB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 40.41%
G = 39.04%
B = 20.55%

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

#B1AB5A (or 0xB1AB5A) is known color: Olive Green. HEX triplet: B1, AB and 5A. RGB value is (177,171,90). Sum of RGB (Red+Green+Blue) = 177+171+90=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB5A is #4E54A5. Grayscale: #A3A3A3. Windows color (decimal): -5133478 or 5942193. OLE color: 5942193.

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

Color convert

RGB 177 171 90 -
CMYK 0 0.03 0.49 0.31
HSL 55.86º 0.36% 0.52% -
HSV(B) 55.86º 0.49% 0.69% -
XYZ 34.54 39.21 15.42 -
YUV 163.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 177 171 90 0 0.03 0.49 0.31 55.86 0.36 0.52
Hex B1 AB 5A 0 3 31 1F 38 24 34
Octal 261 253 132 0 3 61 37 70 44 64
Binary 10110001 10101011 1011010 0 11 110001 11111 111000 100100 110100

Color Harmonies of #B1AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB5A

Black with #B1AB5A

Text Example


Text Example

White with #B1AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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