Html Css Color HEX #AAB44B Celery

📋 copy color: '#AAB44B'

red 170 ◦ green 180 ◦ blue 75

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

Shades of Celery #AAB44B

Tints of Celery #AAB44B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 40%
G = 42.35%
B = 17.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#AAB44B (or 0xAAB44B) is known color: Celery. HEX triplet: AA, B4 and 4B. RGB value is (170,180,75). Sum of RGB (Red+Green+Blue) = 170+180+75=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB44B is #554BB4. Grayscale: #A5A5A5. Windows color (decimal): -5589941 or 4961450. OLE color: 4961450.

HSL color Cylindrical-coordinate representation of color #AAB44B: hue angle of 65.71º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAB44B is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 75 -
CMYK 0.06 0 0.58 0.29
HSL 65.71º 0.41% 0.5% -
HSV(B) 65.71º 0.58% 0.71% -
XYZ 34.17 41.7 12.9 -
YUV 165.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 170 180 75 0.06 0 0.58 0.29 65.71 0.41 0.5
Hex AA B4 4B 6 0 3A 1D 42 29 32
Octal 252 264 113 6 0 72 35 102 51 62
Binary 10101010 10110100 1001011 110 0 111010 11101 1000010 101001 110010

Color Harmonies of #AAB44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB44B

Black with #AAB44B

Text Example


Text Example

White with #AAB44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB44B; }

 p { color: rgb(170,180,75); }

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

background-color css

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

 a { background-color: rgb(170,180,75); }

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

border-color css

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

 span { border-color: rgb(170,180,75); }

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