Html Css Color HEX #AAB750 Celery

📋 copy color: '#AAB750'

red 170 ◦ green 183 ◦ blue 80

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

Shades of Celery #AAB750

Tints of Celery #AAB750

RGB

 RED value IS 170 (66.8% from 255) = 39.26%

 GREEN value IS 183 (71.88% from 255) = 42.26%

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

R = 39.26%
G = 42.26%
B = 18.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#AAB750 (or 0xAAB750) is known color: Celery. HEX triplet: AA, B7 and 50. RGB value is (170,183,80). Sum of RGB (Red+Green+Blue) = 170+183+80=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB750 is #5548AF. Grayscale: #A7A7A7. Windows color (decimal): -5589168 or 5289898. OLE color: 5289898.

HSL color Cylindrical-coordinate representation of color #AAB750: hue angle of 67.57º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB750 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 80 -
CMYK 0.07 0 0.56 0.28
HSL 67.57º 0.42% 0.52% -
HSV(B) 67.57º 0.56% 0.72% -
XYZ 34.96 42.99 14.05 -
YUV 167.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 170 183 80 0.07 0 0.56 0.28 67.57 0.42 0.52
Hex AA B7 50 7 0 38 1C 44 2A 34
Octal 252 267 120 7 0 70 34 104 52 64
Binary 10101010 10110111 1010000 111 0 111000 11100 1000100 101010 110100

Color Harmonies of #AAB750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB750

Black with #AAB750

Text Example


Text Example

White with #AAB750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB750; }

 p { color: rgb(170,183,80); }

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

background-color css

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

 a { background-color: rgb(170,183,80); }

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

border-color css

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

 span { border-color: rgb(170,183,80); }

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