Html Css Color HEX #B4AF4D Olive Green

📋 copy color: '#B4AF4D'

red 180 ◦ green 175 ◦ blue 77

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

Shades of Olive Green #B4AF4D

Tints of Olive Green #B4AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 41.67%
G = 40.51%
B = 17.82%

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

#B4AF4D (or 0xB4AF4D) is known color: Olive Green. HEX triplet: B4, AF and 4D. RGB value is (180,175,77). Sum of RGB (Red+Green+Blue) = 180+175+77=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF4D is #4B50B2. Grayscale: #A5A5A5. Windows color (decimal): -4935859 or 5091252. OLE color: 5091252.

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

Color convert

RGB 180 175 77 -
CMYK 0 0.03 0.57 0.29
HSL 57.09º 0.41% 0.5% -
HSV(B) 57.09º 0.57% 0.71% -
XYZ 35.49 40.9 13.04 -
YUV 165.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 180 175 77 0 0.03 0.57 0.29 57.09 0.41 0.5
Hex B4 AF 4D 0 3 39 1D 39 29 32
Octal 264 257 115 0 3 71 35 71 51 62
Binary 10110100 10101111 1001101 0 11 111001 11101 111001 101001 110010

Color Harmonies of #B4AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF4D

Black with #B4AF4D

Text Example


Text Example

White with #B4AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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