Html Css Color HEX #A8BF62 Wild Willow

📋 copy color: '#A8BF62'

red 168 ◦ green 191 ◦ blue 98

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

Shades of Wild Willow #A8BF62

Tints of Wild Willow #A8BF62

RGB

 RED value IS 168 (66.02% from 255) = 36.76%

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

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 36.76%
G = 41.79%
B = 21.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#A8BF62 (or 0xA8BF62) is known color: Wild Willow. HEX triplet: A8, BF and 62. RGB value is (168,191,98). Sum of RGB (Red+Green+Blue) = 168+191+98=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF62 is #57409D. Grayscale: #ADADAD. Windows color (decimal): -5718174 or 6471592. OLE color: 6471592.

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

Color convert

RGB 168 191 98 -
CMYK 0.12 0 0.49 0.25
HSL 74.84º 0.42% 0.57% -
HSV(B) 74.84º 0.49% 0.75% -
XYZ 36.98 46.47 18.58 -
YUV 173.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 168 191 98 0.12 0 0.49 0.25 74.84 0.42 0.57
Hex A8 BF 62 C 0 31 19 4B 2A 39
Octal 250 277 142 14 0 61 31 113 52 71
Binary 10101000 10111111 1100010 1100 0 110001 11001 1001011 101010 111001

Color Harmonies of #A8BF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF62

Black with #A8BF62

Text Example


Text Example

White with #A8BF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF62; }

 p { color: rgb(168,191,98); }

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

background-color css

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

 a { background-color: rgb(168,191,98); }

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

border-color css

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

 span { border-color: rgb(168,191,98); }

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