Html Css Color HEX #B4AE5B Olive Green

📋 copy color: '#B4AE5B'

red 180 ◦ green 174 ◦ blue 91

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

Shades of Olive Green #B4AE5B

Tints of Olive Green #B4AE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.45%

R = 40.45%
G = 39.1%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4AE5B (or 0xB4AE5B) is known color: Olive Green. HEX triplet: B4, AE and 5B. RGB value is (180,174,91). Sum of RGB (Red+Green+Blue) = 180+174+91=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE5B is #4B51A4. Grayscale: #A6A6A6. Windows color (decimal): -4936101 or 6008500. OLE color: 6008500.

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

Color convert

RGB 180 174 91 -
CMYK 0 0.03 0.49 0.29
HSL 55.96º 0.37% 0.53% -
HSV(B) 55.96º 0.49% 0.71% -
XYZ 35.85 40.73 15.87 -
YUV 166.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 180 174 91 0 0.03 0.49 0.29 55.96 0.37 0.53
Hex B4 AE 5B 0 3 31 1D 38 25 35
Octal 264 256 133 0 3 61 35 70 45 65
Binary 10110100 10101110 1011011 0 11 110001 11101 111000 100101 110101

Color Harmonies of #B4AE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE5B

Black with #B4AE5B

Text Example


Text Example

White with #B4AE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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