Html Css Color HEX #B1AF5A Olive Green

📋 copy color: '#B1AF5A'

red 177 ◦ green 175 ◦ blue 90

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

Shades of Olive Green #B1AF5A

Tints of Olive Green #B1AF5A

RGB

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

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

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

R = 40.05%
G = 39.59%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1AF5A (or 0xB1AF5A) is known color: Olive Green. HEX triplet: B1, AF and 5A. RGB value is (177,175,90). Sum of RGB (Red+Green+Blue) = 177+175+90=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF5A is #4E50A5. Grayscale: #A6A6A6. Windows color (decimal): -5132454 or 5943217. OLE color: 5943217.

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

Color convert

RGB 177 175 90 -
CMYK 0 0.01 0.49 0.31
HSL 58.62º 0.36% 0.52% -
HSV(B) 58.62º 0.49% 0.69% -
XYZ 35.31 40.75 15.68 -
YUV 165.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 177 175 90 0 0.01 0.49 0.31 58.62 0.36 0.52
Hex B1 AF 5A 0 1 31 1F 3B 24 34
Octal 261 257 132 0 1 61 37 73 44 64
Binary 10110001 10101111 1011010 0 1 110001 11111 111011 100100 110100

Color Harmonies of #B1AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF5A

Black with #B1AF5A

Text Example


Text Example

White with #B1AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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