Html Css Color HEX #AFB963 Olive Green

📋 copy color: '#AFB963'

red 175 ◦ green 185 ◦ blue 99

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

Shades of Olive Green #AFB963

Tints of Olive Green #AFB963

RGB

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

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

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

R = 38.13%
G = 40.31%
B = 21.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#AFB963 (or 0xAFB963) is known color: Olive Green. HEX triplet: AF, B9 and 63. RGB value is (175,185,99). Sum of RGB (Red+Green+Blue) = 175+185+99=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB963 is #50469C. Grayscale: #ACACAC. Windows color (decimal): -5260957 or 6535599. OLE color: 6535599.

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

Color convert

RGB 175 185 99 -
CMYK 0.05 0 0.46 0.27
HSL 66.98º 0.38% 0.56% -
HSV(B) 66.98º 0.46% 0.73% -
XYZ 37.28 44.71 18.47 -
YUV 172.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 175 185 99 0.05 0 0.46 0.27 66.98 0.38 0.56
Hex AF B9 63 5 0 2E 1B 43 26 38
Octal 257 271 143 5 0 56 33 103 46 70
Binary 10101111 10111001 1100011 101 0 101110 11011 1000011 100110 111000

Color Harmonies of #AFB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB963

Black with #AFB963

Text Example


Text Example

White with #AFB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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