Html Css Color HEX #AEB390 Bud

📋 copy color: '#AEB390'

red 174 ◦ green 179 ◦ blue 144

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

Shades of Bud #AEB390

Tints of Bud #AEB390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 35.01%
G = 36.02%
B = 28.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#AEB390 (or 0xAEB390) is known color: Bud. HEX triplet: AE, B3 and 90. RGB value is (174,179,144). Sum of RGB (Red+Green+Blue) = 174+179+144=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB390 is #514C6F. Grayscale: #ADADAD. Windows color (decimal): -5327984 or 9483182. OLE color: 9483182.

HSL color Cylindrical-coordinate representation of color #AEB390: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB390 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 144 -
CMYK 0.03 0 0.20 0.30
HSL 68.57º 0.19% 0.63% -
HSV(B) 68.57º 0.2% 0.7% -
XYZ 38.61 43.25 32.7 -
YUV 173.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 174 179 144 0.03 0 0.20 0.30 68.57 0.19 0.63
Hex AE B3 90 3 0 14 1E 45 13 3F
Octal 256 263 220 3 0 24 36 105 23 77
Binary 10101110 10110011 10010000 11 0 10100 11110 1000101 10011 111111

Color Harmonies of #AEB390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB390

Black with #AEB390

Text Example


Text Example

White with #AEB390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB390; }

 p { color: rgb(174,179,144); }

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

background-color css

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

 a { background-color: rgb(174,179,144); }

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

border-color css

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

 span { border-color: rgb(174,179,144); }

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