Html Css Color HEX #AFB862 Olive Green

📋 copy color: '#AFB862'

red 175 ◦ green 184 ◦ blue 98

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

Shades of Olive Green #AFB862

Tints of Olive Green #AFB862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 38.29%
G = 40.26%
B = 21.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#AFB862 (or 0xAFB862) is known color: Olive Green. HEX triplet: AF, B8 and 62. RGB value is (175,184,98). Sum of RGB (Red+Green+Blue) = 175+184+98=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB862 is #50479D. Grayscale: #ABABAB. Windows color (decimal): -5261214 or 6469807. OLE color: 6469807.

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

Color convert

RGB 175 184 98 -
CMYK 0.05 0 0.47 0.28
HSL 66.28º 0.38% 0.55% -
HSV(B) 66.28º 0.47% 0.72% -
XYZ 37.02 44.28 18.15 -
YUV 171.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 175 184 98 0.05 0 0.47 0.28 66.28 0.38 0.55
Hex AF B8 62 5 0 2F 1C 42 26 37
Octal 257 270 142 5 0 57 34 102 46 67
Binary 10101111 10111000 1100010 101 0 101111 11100 1000010 100110 110111

Color Harmonies of #AFB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB862

Black with #AFB862

Text Example


Text Example

White with #AFB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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