Html Css Color HEX #AFB85E Olive Green

📋 copy color: '#AFB85E'

red 175 ◦ green 184 ◦ blue 94

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

Shades of Olive Green #AFB85E

Tints of Olive Green #AFB85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 38.63%
G = 40.62%
B = 20.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#AFB85E (or 0xAFB85E) is known color: Olive Green. HEX triplet: AF, B8 and 5E. RGB value is (175,184,94). Sum of RGB (Red+Green+Blue) = 175+184+94=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB85E is #5047A1. Grayscale: #ABABAB. Windows color (decimal): -5261218 or 6207663. OLE color: 6207663.

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

Color convert

RGB 175 184 94 -
CMYK 0.05 0 0.49 0.28
HSL 66º 0.39% 0.55% -
HSV(B) 66º 0.49% 0.72% -
XYZ 36.84 44.2 17.18 -
YUV 171.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 175 184 94 0.05 0 0.49 0.28 66 0.39 0.55
Hex AF B8 5E 5 0 31 1C 42 27 37
Octal 257 270 136 5 0 61 34 102 47 67
Binary 10101111 10111000 1011110 101 0 110001 11100 1000010 100111 110111

Color Harmonies of #AFB85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB85E

Black with #AFB85E

Text Example


Text Example

White with #AFB85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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