Html Css Color HEX #AFBA59 Olive Green

📋 copy color: '#AFBA59'

red 175 ◦ green 186 ◦ blue 89

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

Shades of Olive Green #AFBA59

Tints of Olive Green #AFBA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.78%

R = 38.89%
G = 41.33%
B = 19.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#AFBA59 (or 0xAFBA59) is known color: Olive Green. HEX triplet: AF, BA and 59. RGB value is (175,186,89). Sum of RGB (Red+Green+Blue) = 175+186+89=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA59 is #5045A6. Grayscale: #ACACAC. Windows color (decimal): -5260711 or 5880495. OLE color: 5880495.

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

Color convert

RGB 175 186 89 -
CMYK 0.06 0 0.52 0.27
HSL 66.8º 0.41% 0.54% -
HSV(B) 66.8º 0.52% 0.73% -
XYZ 37.04 44.95 16.18 -
YUV 171.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 175 186 89 0.06 0 0.52 0.27 66.8 0.41 0.54
Hex AF BA 59 6 0 34 1B 43 29 36
Octal 257 272 131 6 0 64 33 103 51 66
Binary 10101111 10111010 1011001 110 0 110100 11011 1000011 101001 110110

Color Harmonies of #AFBA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA59

Black with #AFBA59

Text Example


Text Example

White with #AFBA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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