Html Css Color HEX #AFBC64 Olive Green

📋 copy color: '#AFBC64'

red 175 ◦ green 188 ◦ blue 100

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

Shades of Olive Green #AFBC64

Tints of Olive Green #AFBC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

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

R = 37.8%
G = 40.6%
B = 21.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#AFBC64 (or 0xAFBC64) is known color: Olive Green. HEX triplet: AF, BC and 64. RGB value is (175,188,100). Sum of RGB (Red+Green+Blue) = 175+188+100=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC64 is #50439B. Grayscale: #AEAEAE. Windows color (decimal): -5260188 or 6601903. OLE color: 6601903.

HSL color Cylindrical-coordinate representation of color #AFBC64: hue angle of 68.86º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFBC64 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 100 -
CMYK 0.07 0 0.47 0.26
HSL 68.86º 0.4% 0.56% -
HSV(B) 68.86º 0.47% 0.74% -
XYZ 37.96 46 18.93 -
YUV 174.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 175 188 100 0.07 0 0.47 0.26 68.86 0.4 0.56
Hex AF BC 64 7 0 2F 1A 45 28 38
Octal 257 274 144 7 0 57 32 105 50 70
Binary 10101111 10111100 1100100 111 0 101111 11010 1000101 101000 111000

Color Harmonies of #AFBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC64

Black with #AFBC64

Text Example


Text Example

White with #AFBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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