Html Css Color HEX #B1AF55 Olive Green

📋 copy color: '#B1AF55'

red 177 ◦ green 175 ◦ blue 85

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

Shades of Olive Green #B1AF55

Tints of Olive Green #B1AF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

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

R = 40.5%
G = 40.05%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B1AF55 (or 0xB1AF55) is known color: Olive Green. HEX triplet: B1, AF and 55. RGB value is (177,175,85). Sum of RGB (Red+Green+Blue) = 177+175+85=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF55 is #4E50AA. Grayscale: #A5A5A5. Windows color (decimal): -5132459 or 5615537. OLE color: 5615537.

HSL color Cylindrical-coordinate representation of color #B1AF55: hue angle of 58.7º 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 #B1AF55 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 175 85 -
CMYK 0 0.01 0.52 0.31
HSL 58.7º 0.37% 0.51% -
HSV(B) 58.7º 0.52% 0.69% -
XYZ 35.1 40.66 14.59 -
YUV 165.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 177 175 85 0 0.01 0.52 0.31 58.7 0.37 0.51
Hex B1 AF 55 0 1 34 1F 3B 25 33
Octal 261 257 125 0 1 64 37 73 45 63
Binary 10110001 10101111 1010101 0 1 110100 11111 111011 100101 110011

Color Harmonies of #B1AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF55

Black with #B1AF55

Text Example


Text Example

White with #B1AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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