Html Css Color HEX #AFB55A Olive Green

📋 copy color: '#AFB55A'

red 175 ◦ green 181 ◦ blue 90

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

Shades of Olive Green #AFB55A

Tints of Olive Green #AFB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.58%

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

R = 39.24%
G = 40.58%
B = 20.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#AFB55A (or 0xAFB55A) is known color: Olive Green. HEX triplet: AF, B5 and 5A. RGB value is (175,181,90). Sum of RGB (Red+Green+Blue) = 175+181+90=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB55A is #504AA5. Grayscale: #A9A9A9. Windows color (decimal): -5261990 or 5944751. OLE color: 5944751.

HSL color Cylindrical-coordinate representation of color #AFB55A: hue angle of 63.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFB55A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 90 -
CMYK 0.03 0 0.50 0.29
HSL 63.96º 0.38% 0.53% -
HSV(B) 63.96º 0.5% 0.71% -
XYZ 36.05 42.9 16.05 -
YUV 168.83 83.51 132.4 -
System Red Green Blue C M Y K H S L
Decimal 175 181 90 0.03 0 0.50 0.29 63.96 0.38 0.53
Hex AF B5 5A 3 0 32 1D 40 26 35
Octal 257 265 132 3 0 62 35 100 46 65
Binary 10101111 10110101 1011010 11 0 110010 11101 1000000 100110 110101

Color Harmonies of #AFB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB55A

Black with #AFB55A

Text Example


Text Example

White with #AFB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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