Html Css Color HEX #AFBA64 Olive Green

📋 copy color: '#AFBA64'

red 175 ◦ green 186 ◦ blue 100

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

Shades of Olive Green #AFBA64

Tints of Olive Green #AFBA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 37.96%
G = 40.35%
B = 21.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#AFBA64 (or 0xAFBA64) is known color: Olive Green. HEX triplet: AF, BA and 64. RGB value is (175,186,100). Sum of RGB (Red+Green+Blue) = 175+186+100=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA64 is #50459B. Grayscale: #ADADAD. Windows color (decimal): -5260700 or 6601391. OLE color: 6601391.

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

Color convert

RGB 175 186 100 -
CMYK 0.06 0 0.46 0.27
HSL 67.67º 0.38% 0.56% -
HSV(B) 67.67º 0.46% 0.73% -
XYZ 37.54 45.15 18.79 -
YUV 172.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 175 186 100 0.06 0 0.46 0.27 67.67 0.38 0.56
Hex AF BA 64 6 0 2E 1B 44 26 38
Octal 257 272 144 6 0 56 33 104 46 70
Binary 10101111 10111010 1100100 110 0 101110 11011 1000100 100110 111000

Color Harmonies of #AFBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA64

Black with #AFBA64

Text Example


Text Example

White with #AFBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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