Html Css Color HEX #B1AB55 Olive Green

📋 copy color: '#B1AB55'

red 177 ◦ green 171 ◦ blue 85

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

Shades of Olive Green #B1AB55

Tints of Olive Green #B1AB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 40.88%
G = 39.49%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B1AB55 (or 0xB1AB55) is known color: Olive Green. HEX triplet: B1, AB and 55. RGB value is (177,171,85). Sum of RGB (Red+Green+Blue) = 177+171+85=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB55 is #4E54AA. Grayscale: #A3A3A3. Windows color (decimal): -5133483 or 5614513. OLE color: 5614513.

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

Color convert

RGB 177 171 85 -
CMYK 0 0.03 0.52 0.31
HSL 56.09º 0.37% 0.51% -
HSV(B) 56.09º 0.52% 0.69% -
XYZ 34.33 39.13 14.34 -
YUV 162.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 177 171 85 0 0.03 0.52 0.31 56.09 0.37 0.51
Hex B1 AB 55 0 3 34 1F 38 25 33
Octal 261 253 125 0 3 64 37 70 45 63
Binary 10110001 10101011 1010101 0 11 110100 11111 111000 100101 110011

Color Harmonies of #B1AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB55

Black with #B1AB55

Text Example


Text Example

White with #B1AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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