Html Css Color HEX #AFB863 Olive Green

📋 copy color: '#AFB863'

red 175 ◦ green 184 ◦ blue 99

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

Shades of Olive Green #AFB863

Tints of Olive Green #AFB863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

 BLUE value IS 99 (39.06% from 255) = 21.62%

R = 38.21%
G = 40.17%
B = 21.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#AFB863 (or 0xAFB863) is known color: Olive Green. HEX triplet: AF, B8 and 63. RGB value is (175,184,99). Sum of RGB (Red+Green+Blue) = 175+184+99=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB863 is #50479C. Grayscale: #ABABAB. Windows color (decimal): -5261213 or 6535343. OLE color: 6535343.

HSL color Cylindrical-coordinate representation of color #AFB863: hue angle of 66.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFB863 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 99 -
CMYK 0.05 0 0.46 0.28
HSL 66.35º 0.37% 0.55% -
HSV(B) 66.35º 0.46% 0.72% -
XYZ 37.07 44.3 18.4 -
YUV 171.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 175 184 99 0.05 0 0.46 0.28 66.35 0.37 0.55
Hex AF B8 63 5 0 2E 1C 42 25 37
Octal 257 270 143 5 0 56 34 102 45 67
Binary 10101111 10111000 1100011 101 0 101110 11100 1000010 100101 110111

Color Harmonies of #AFB863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB863

Black with #AFB863

Text Example


Text Example

White with #AFB863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB863; }

 p { color: rgb(175,184,99); }

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

background-color css

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

 a { background-color: rgb(175,184,99); }

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

border-color css

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

 span { border-color: rgb(175,184,99); }

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