Html Css Color HEX #AFB85A Olive Green

📋 copy color: '#AFB85A'

red 175 ◦ green 184 ◦ blue 90

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

Shades of Olive Green #AFB85A

Tints of Olive Green #AFB85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.04%

R = 38.98%
G = 40.98%
B = 20.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#AFB85A (or 0xAFB85A) is known color: Olive Green. HEX triplet: AF, B8 and 5A. RGB value is (175,184,90). Sum of RGB (Red+Green+Blue) = 175+184+90=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB85A is #5047A5. Grayscale: #AAAAAA. Windows color (decimal): -5261222 or 5945519. OLE color: 5945519.

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

Color convert

RGB 175 184 90 -
CMYK 0.05 0 0.51 0.28
HSL 65.74º 0.4% 0.54% -
HSV(B) 65.74º 0.51% 0.72% -
XYZ 36.67 44.13 16.26 -
YUV 170.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 175 184 90 0.05 0 0.51 0.28 65.74 0.4 0.54
Hex AF B8 5A 5 0 33 1C 42 28 36
Octal 257 270 132 5 0 63 34 102 50 66
Binary 10101111 10111000 1011010 101 0 110011 11100 1000010 101000 110110

Color Harmonies of #AFB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB85A

Black with #AFB85A

Text Example


Text Example

White with #AFB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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