Html Css Color HEX #AFC067 Wild Willow

📋 copy color: '#AFC067'

red 175 ◦ green 192 ◦ blue 103

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

Shades of Wild Willow #AFC067

Tints of Wild Willow #AFC067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

 BLUE value IS 103 (40.63% from 255) = 21.91%

R = 37.23%
G = 40.85%
B = 21.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#AFC067 (or 0xAFC067) is known color: Wild Willow. HEX triplet: AF, C0 and 67. RGB value is (175,192,103). Sum of RGB (Red+Green+Blue) = 175+192+103=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC067 is #503F98. Grayscale: #B1B1B1. Windows color (decimal): -5259161 or 6799535. OLE color: 6799535.

HSL color Cylindrical-coordinate representation of color #AFC067: hue angle of 71.46º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFC067 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 103 -
CMYK 0.09 0 0.46 0.25
HSL 71.46º 0.41% 0.58% -
HSV(B) 71.46º 0.46% 0.75% -
XYZ 38.98 47.79 20 -
YUV 176.77 86.37 126.74 -
System Red Green Blue C M Y K H S L
Decimal 175 192 103 0.09 0 0.46 0.25 71.46 0.41 0.58
Hex AF C0 67 9 0 2E 19 47 29 3A
Octal 257 300 147 11 0 56 31 107 51 72
Binary 10101111 11000000 1100111 1001 0 101110 11001 1000111 101001 111010

Color Harmonies of #AFC067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC067

Black with #AFC067

Text Example


Text Example

White with #AFC067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC067; }

 p { color: rgb(175,192,103); }

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

background-color css

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

 a { background-color: rgb(175,192,103); }

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

border-color css

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

 span { border-color: rgb(175,192,103); }

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