Html Css Color HEX #AFBA63 Olive Green

📋 copy color: '#AFBA63'

red 175 ◦ green 186 ◦ blue 99

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

Shades of Olive Green #AFBA63

Tints of Olive Green #AFBA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 38.04%
G = 40.43%
B = 21.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#AFBA63 (or 0xAFBA63) is known color: Olive Green. HEX triplet: AF, BA and 63. RGB value is (175,186,99). Sum of RGB (Red+Green+Blue) = 175+186+99=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA63 is #50459C. Grayscale: #ADADAD. Windows color (decimal): -5260701 or 6535855. OLE color: 6535855.

HSL color Cylindrical-coordinate representation of color #AFBA63: hue angle of 67.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFBA63 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 99 -
CMYK 0.06 0 0.47 0.27
HSL 67.59º 0.39% 0.56% -
HSV(B) 67.59º 0.47% 0.73% -
XYZ 37.49 45.13 18.54 -
YUV 172.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 175 186 99 0.06 0 0.47 0.27 67.59 0.39 0.56
Hex AF BA 63 6 0 2F 1B 44 27 38
Octal 257 272 143 6 0 57 33 104 47 70
Binary 10101111 10111010 1100011 110 0 101111 11011 1000100 100111 111000

Color Harmonies of #AFBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA63

Black with #AFBA63

Text Example


Text Example

White with #AFBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA63; }

 p { color: rgb(175,186,99); }

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

background-color css

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

 a { background-color: rgb(175,186,99); }

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

border-color css

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

 span { border-color: rgb(175,186,99); }

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