Html Css Color HEX #AEBD64 Wild Willow

📋 copy color: '#AEBD64'

red 174 ◦ green 189 ◦ blue 100

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

Shades of Wild Willow #AEBD64

Tints of Wild Willow #AEBD64

RGB

 RED value IS 174 (68.36% from 255) = 37.58%

 GREEN value IS 189 (74.22% from 255) = 40.82%

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

R = 37.58%
G = 40.82%
B = 21.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#AEBD64 (or 0xAEBD64) is known color: Wild Willow. HEX triplet: AE, BD and 64. RGB value is (174,189,100). Sum of RGB (Red+Green+Blue) = 174+189+100=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD64 is #51429B. Grayscale: #AEAEAE. Windows color (decimal): -5325468 or 6602158. OLE color: 6602158.

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

Color convert

RGB 174 189 100 -
CMYK 0.08 0 0.47 0.26
HSL 70.11º 0.4% 0.57% -
HSV(B) 70.11º 0.47% 0.74% -
XYZ 37.95 46.31 19 -
YUV 174.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 174 189 100 0.08 0 0.47 0.26 70.11 0.4 0.57
Hex AE BD 64 8 0 2F 1A 46 28 39
Octal 256 275 144 10 0 57 32 106 50 71
Binary 10101110 10111101 1100100 1000 0 101111 11010 1000110 101000 111001

Color Harmonies of #AEBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD64

Black with #AEBD64

Text Example


Text Example

White with #AEBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD64; }

 p { color: rgb(174,189,100); }

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

background-color css

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

 a { background-color: rgb(174,189,100); }

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

border-color css

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

 span { border-color: rgb(174,189,100); }

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