Html Css Color HEX #AEBD50 Celery

📋 copy color: '#AEBD50'

red 174 ◦ green 189 ◦ blue 80

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

Shades of Celery #AEBD50

Tints of Celery #AEBD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.06%

R = 39.28%
G = 42.66%
B = 18.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#AEBD50 (or 0xAEBD50) is known color: Celery. HEX triplet: AE, BD and 50. RGB value is (174,189,80). Sum of RGB (Red+Green+Blue) = 174+189+80=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD50 is #5142AF. Grayscale: #ACACAC. Windows color (decimal): -5325488 or 5291438. OLE color: 5291438.

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

Color convert

RGB 174 189 80 -
CMYK 0.08 0 0.58 0.26
HSL 68.26º 0.45% 0.53% -
HSV(B) 68.26º 0.58% 0.74% -
XYZ 37.1 45.97 14.51 -
YUV 172.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 174 189 80 0.08 0 0.58 0.26 68.26 0.45 0.53
Hex AE BD 50 8 0 3A 1A 44 2D 35
Octal 256 275 120 10 0 72 32 104 55 65
Binary 10101110 10111101 1010000 1000 0 111010 11010 1000100 101101 110101

Color Harmonies of #AEBD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD50

Black with #AEBD50

Text Example


Text Example

White with #AEBD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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