Html Css Color HEX #B4AE5E Olive Green

📋 copy color: '#B4AE5E'

red 180 ◦ green 174 ◦ blue 94

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

Shades of Olive Green #B4AE5E

Tints of Olive Green #B4AE5E

RGB

 RED value IS 180 (70.7% from 255) = 40.18%

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

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 40.18%
G = 38.84%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4AE5E (or 0xB4AE5E) is known color: Olive Green. HEX triplet: B4, AE and 5E. RGB value is (180,174,94). Sum of RGB (Red+Green+Blue) = 180+174+94=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE5E is #4B51A1. Grayscale: #A7A7A7. Windows color (decimal): -4936098 or 6205108. OLE color: 6205108.

HSL color Cylindrical-coordinate representation of color #B4AE5E: hue angle of 55.81º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4AE5E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 174 94 -
CMYK 0 0.03 0.48 0.29
HSL 55.81º 0.36% 0.54% -
HSV(B) 55.81º 0.48% 0.71% -
XYZ 35.98 40.78 16.57 -
YUV 166.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 180 174 94 0 0.03 0.48 0.29 55.81 0.36 0.54
Hex B4 AE 5E 0 3 30 1D 38 24 36
Octal 264 256 136 0 3 60 35 70 44 66
Binary 10110100 10101110 1011110 0 11 110000 11101 111000 100100 110110

Color Harmonies of #B4AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE5E

Black with #B4AE5E

Text Example


Text Example

White with #B4AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE5E; }

 p { color: rgb(180,174,94); }

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

background-color css

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

 a { background-color: rgb(180,174,94); }

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

border-color css

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

 span { border-color: rgb(180,174,94); }

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