Html Css Color HEX #AFAB5C Olive Green

📋 copy color: '#AFAB5C'

red 175 ◦ green 171 ◦ blue 92

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

Shades of Olive Green #AFAB5C

Tints of Olive Green #AFAB5C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

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

R = 39.95%
G = 39.04%
B = 21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AFAB5C (or 0xAFAB5C) is known color: Olive Green. HEX triplet: AF, AB and 5C. RGB value is (175,171,92). Sum of RGB (Red+Green+Blue) = 175+171+92=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB5C is #5054A3. Grayscale: #A3A3A3. Windows color (decimal): -5264548 or 6073263. OLE color: 6073263.

HSL color Cylindrical-coordinate representation of color #AFAB5C: hue angle of 57.11º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFAB5C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 92 -
CMYK 0 0.02 0.47 0.31
HSL 57.11º 0.34% 0.52% -
HSV(B) 57.11º 0.47% 0.69% -
XYZ 34.17 39.01 15.85 -
YUV 163.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 175 171 92 0 0.02 0.47 0.31 57.11 0.34 0.52
Hex AF AB 5C 0 2 2F 1F 39 22 34
Octal 257 253 134 0 2 57 37 71 42 64
Binary 10101111 10101011 1011100 0 10 101111 11111 111001 100010 110100

Color Harmonies of #AFAB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB5C

Black with #AFAB5C

Text Example


Text Example

White with #AFAB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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