Html Css Color HEX #AFBC6A Wild Willow

📋 copy color: '#AFBC6A'

red 175 ◦ green 188 ◦ blue 106

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

Shades of Wild Willow #AFBC6A

Tints of Wild Willow #AFBC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 37.31%
G = 40.09%
B = 22.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#AFBC6A (or 0xAFBC6A) is known color: Wild Willow. HEX triplet: AF, BC and 6A. RGB value is (175,188,106). Sum of RGB (Red+Green+Blue) = 175+188+106=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC6A is #504395. Grayscale: #AFAFAF. Windows color (decimal): -5260182 or 6995119. OLE color: 6995119.

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

Color convert

RGB 175 188 106 -
CMYK 0.07 0 0.44 0.26
HSL 69.51º 0.38% 0.58% -
HSV(B) 69.51º 0.44% 0.74% -
XYZ 38.26 46.12 20.52 -
YUV 174.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 175 188 106 0.07 0 0.44 0.26 69.51 0.38 0.58
Hex AF BC 6A 7 0 2C 1A 46 26 3A
Octal 257 274 152 7 0 54 32 106 46 72
Binary 10101111 10111100 1101010 111 0 101100 11010 1000110 100110 111010

Color Harmonies of #AFBC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC6A

Black with #AFBC6A

Text Example


Text Example

White with #AFBC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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