Html Css Color HEX #AFBA66 Olive Green

📋 copy color: '#AFBA66'

red 175 ◦ green 186 ◦ blue 102

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

Shades of Olive Green #AFBA66

Tints of Olive Green #AFBA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 37.8%
G = 40.17%
B = 22.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#AFBA66 (or 0xAFBA66) is known color: Olive Green. HEX triplet: AF, BA and 66. RGB value is (175,186,102). Sum of RGB (Red+Green+Blue) = 175+186+102=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA66 is #504599. Grayscale: #ADADAD. Windows color (decimal): -5260698 or 6732463. OLE color: 6732463.

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

Color convert

RGB 175 186 102 -
CMYK 0.06 0 0.45 0.27
HSL 67.86º 0.38% 0.56% -
HSV(B) 67.86º 0.45% 0.73% -
XYZ 37.64 45.19 19.31 -
YUV 173.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 175 186 102 0.06 0 0.45 0.27 67.86 0.38 0.56
Hex AF BA 66 6 0 2D 1B 44 26 38
Octal 257 272 146 6 0 55 33 104 46 70
Binary 10101111 10111010 1100110 110 0 101101 11011 1000100 100110 111000

Color Harmonies of #AFBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA66

Black with #AFBA66

Text Example


Text Example

White with #AFBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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