Html Css Color HEX #B4AF4E Olive Green

📋 copy color: '#B4AF4E'

red 180 ◦ green 175 ◦ blue 78

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

Shades of Olive Green #B4AF4E

Tints of Olive Green #B4AF4E

RGB

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

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

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

R = 41.57%
G = 40.42%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4AF4E (or 0xB4AF4E) is known color: Olive Green. HEX triplet: B4, AF and 4E. RGB value is (180,175,78). Sum of RGB (Red+Green+Blue) = 180+175+78=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF4E is #4B50B1. Grayscale: #A5A5A5. Windows color (decimal): -4935858 or 5156788. OLE color: 5156788.

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

Color convert

RGB 180 175 78 -
CMYK 0 0.03 0.57 0.29
HSL 57.06º 0.4% 0.51% -
HSV(B) 57.06º 0.57% 0.71% -
XYZ 35.53 40.91 13.23 -
YUV 165.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 180 175 78 0 0.03 0.57 0.29 57.06 0.4 0.51
Hex B4 AF 4E 0 3 39 1D 39 28 33
Octal 264 257 116 0 3 71 35 71 50 63
Binary 10110100 10101111 1001110 0 11 111001 11101 111001 101000 110011

Color Harmonies of #B4AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF4E

Black with #B4AF4E

Text Example


Text Example

White with #B4AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF4E; }

 p { color: rgb(180,175,78); }

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

background-color css

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

 a { background-color: rgb(180,175,78); }

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

border-color css

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

 span { border-color: rgb(180,175,78); }

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