Html Css Color HEX #AAB248 Celery

📋 copy color: '#AAB248'

red 170 ◦ green 178 ◦ blue 72

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

Shades of Celery #AAB248

Tints of Celery #AAB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 40.48%
G = 42.38%
B = 17.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#AAB248 (or 0xAAB248) is known color: Celery. HEX triplet: AA, B2 and 48. RGB value is (170,178,72). Sum of RGB (Red+Green+Blue) = 170+178+72=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB248 is #554DB7. Grayscale: #A3A3A3. Windows color (decimal): -5590456 or 4764330. OLE color: 4764330.

HSL color Cylindrical-coordinate representation of color #AAB248: hue angle of 64.53º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAB248 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 72 -
CMYK 0.04 0 0.60 0.30
HSL 64.53º 0.42% 0.49% -
HSV(B) 64.53º 0.6% 0.7% -
XYZ 33.67 40.85 12.24 -
YUV 163.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 170 178 72 0.04 0 0.60 0.30 64.53 0.42 0.49
Hex AA B2 48 4 0 3C 1E 41 2A 31
Octal 252 262 110 4 0 74 36 101 52 61
Binary 10101010 10110010 1001000 100 0 111100 11110 1000001 101010 110001

Color Harmonies of #AAB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB248

Black with #AAB248

Text Example


Text Example

White with #AAB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB248; }

 p { color: rgb(170,178,72); }

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

background-color css

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

 a { background-color: rgb(170,178,72); }

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

border-color css

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

 span { border-color: rgb(170,178,72); }

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