Html Css Color HEX #AFB85C Olive Green

📋 copy color: '#AFB85C'

red 175 ◦ green 184 ◦ blue 92

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

Shades of Olive Green #AFB85C

Tints of Olive Green #AFB85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 38.8%
G = 40.8%
B = 20.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#AFB85C (or 0xAFB85C) is known color: Olive Green. HEX triplet: AF, B8 and 5C. RGB value is (175,184,92). Sum of RGB (Red+Green+Blue) = 175+184+92=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB85C is #5047A3. Grayscale: #ABABAB. Windows color (decimal): -5261220 or 6076591. OLE color: 6076591.

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

Color convert

RGB 175 184 92 -
CMYK 0.05 0 0.50 0.28
HSL 65.87º 0.39% 0.54% -
HSV(B) 65.87º 0.5% 0.72% -
XYZ 36.75 44.17 16.71 -
YUV 170.82 83.52 130.98 -
System Red Green Blue C M Y K H S L
Decimal 175 184 92 0.05 0 0.50 0.28 65.87 0.39 0.54
Hex AF B8 5C 5 0 32 1C 42 27 36
Octal 257 270 134 5 0 62 34 102 47 66
Binary 10101111 10111000 1011100 101 0 110010 11100 1000010 100111 110110

Color Harmonies of #AFB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB85C

Black with #AFB85C

Text Example


Text Example

White with #AFB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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