Html Css Color HEX #AFBF64 Wild Willow

📋 copy color: '#AFBF64'

red 175 ◦ green 191 ◦ blue 100

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

Shades of Wild Willow #AFBF64

Tints of Wild Willow #AFBF64

RGB

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

 GREEN value IS 191 (75% from 255) = 40.99%

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

R = 37.55%
G = 40.99%
B = 21.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#AFBF64 (or 0xAFBF64) is known color: Wild Willow. HEX triplet: AF, BF and 64. RGB value is (175,191,100). Sum of RGB (Red+Green+Blue) = 175+191+100=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF64 is #50409B. Grayscale: #B0B0B0. Windows color (decimal): -5259420 or 6602671. OLE color: 6602671.

HSL color Cylindrical-coordinate representation of color #AFBF64: hue angle of 70.55º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFBF64 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 100 -
CMYK 0.08 0 0.48 0.25
HSL 70.55º 0.42% 0.57% -
HSV(B) 70.55º 0.48% 0.75% -
XYZ 38.61 47.3 19.15 -
YUV 175.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 175 191 100 0.08 0 0.48 0.25 70.55 0.42 0.57
Hex AF BF 64 8 0 30 19 47 2A 39
Octal 257 277 144 10 0 60 31 107 52 71
Binary 10101111 10111111 1100100 1000 0 110000 11001 1000111 101010 111001

Color Harmonies of #AFBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF64

Black with #AFBF64

Text Example


Text Example

White with #AFBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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