Html Css Color HEX #B1AE56 Olive Green

📋 copy color: '#B1AE56'

red 177 ◦ green 174 ◦ blue 86

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

Shades of Olive Green #B1AE56

Tints of Olive Green #B1AE56

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.82%

 BLUE value IS 86 (33.98% from 255) = 19.68%

R = 40.5%
G = 39.82%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B1AE56 (or 0xB1AE56) is known color: Olive Green. HEX triplet: B1, AE and 56. RGB value is (177,174,86). Sum of RGB (Red+Green+Blue) = 177+174+86=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE56 is #4E51A9. Grayscale: #A5A5A5. Windows color (decimal): -5132714 or 5680817. OLE color: 5680817.

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

Color convert

RGB 177 174 86 -
CMYK 0 0.02 0.51 0.31
HSL 58.02º 0.37% 0.52% -
HSV(B) 58.02º 0.51% 0.69% -
XYZ 34.95 40.29 14.74 -
YUV 164.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 177 174 86 0 0.02 0.51 0.31 58.02 0.37 0.52
Hex B1 AE 56 0 2 33 1F 3A 25 34
Octal 261 256 126 0 2 63 37 72 45 64
Binary 10110001 10101110 1010110 0 10 110011 11111 111010 100101 110100

Color Harmonies of #B1AE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AE56

Black with #B1AE56

Text Example


Text Example

White with #B1AE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AE56; }

 p { color: rgb(177,174,86); }

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

background-color css

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

 a { background-color: rgb(177,174,86); }

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

border-color css

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

 span { border-color: rgb(177,174,86); }

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