Html Css Color HEX #B1AE4E Olive Green

📋 copy color: '#B1AE4E'

red 177 ◦ green 174 ◦ blue 78

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

Shades of Olive Green #B1AE4E

Tints of Olive Green #B1AE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.18%

R = 41.26%
G = 40.56%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1AE4E (or 0xB1AE4E) is known color: Olive Green. HEX triplet: B1, AE and 4E. RGB value is (177,174,78). Sum of RGB (Red+Green+Blue) = 177+174+78=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE4E is #4E51B1. Grayscale: #A4A4A4. Windows color (decimal): -5132722 or 5156529. OLE color: 5156529.

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

Color convert

RGB 177 174 78 -
CMYK 0 0.02 0.56 0.31
HSL 58.18º 0.39% 0.5% -
HSV(B) 58.18º 0.56% 0.69% -
XYZ 34.64 40.17 13.14 -
YUV 163.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 177 174 78 0 0.02 0.56 0.31 58.18 0.39 0.5
Hex B1 AE 4E 0 2 38 1F 3A 27 32
Octal 261 256 116 0 2 70 37 72 47 62
Binary 10110001 10101110 1001110 0 10 111000 11111 111010 100111 110010

Color Harmonies of #B1AE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AE4E

Black with #B1AE4E

Text Example


Text Example

White with #B1AE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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