Html Css Color HEX #AFB959 Olive Green

📋 copy color: '#AFB959'

red 175 ◦ green 185 ◦ blue 89

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

Shades of Olive Green #AFB959

Tints of Olive Green #AFB959

RGB

 RED value IS 175 (68.75% from 255) = 38.98%

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 89 (35.16% from 255) = 19.82%

R = 38.98%
G = 41.2%
B = 19.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#AFB959 (or 0xAFB959) is known color: Olive Green. HEX triplet: AF, B9 and 59. RGB value is (175,185,89). Sum of RGB (Red+Green+Blue) = 175+185+89=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB959 is #5046A6. Grayscale: #ABABAB. Windows color (decimal): -5260967 or 5880239. OLE color: 5880239.

HSL color Cylindrical-coordinate representation of color #AFB959: hue angle of 66.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB959 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 89 -
CMYK 0.05 0 0.52 0.27
HSL 66.25º 0.41% 0.54% -
HSV(B) 66.25º 0.52% 0.73% -
XYZ 36.83 44.53 16.11 -
YUV 171.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 175 185 89 0.05 0 0.52 0.27 66.25 0.41 0.54
Hex AF B9 59 5 0 34 1B 42 29 36
Octal 257 271 131 5 0 64 33 102 51 66
Binary 10101111 10111001 1011001 101 0 110100 11011 1000010 101001 110110

Color Harmonies of #AFB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB959

Black with #AFB959

Text Example


Text Example

White with #AFB959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB959; }

 p { color: rgb(175,185,89); }

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

background-color css

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

 a { background-color: rgb(175,185,89); }

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

border-color css

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

 span { border-color: rgb(175,185,89); }

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