Html Css Color HEX #AAB04B Celery

📋 copy color: '#AAB04B'

red 170 ◦ green 176 ◦ blue 75

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

Shades of Celery #AAB04B

Tints of Celery #AAB04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.81%

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

R = 40.38%
G = 41.81%
B = 17.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AAB04B (or 0xAAB04B) is known color: Celery. HEX triplet: AA, B0 and 4B. RGB value is (170,176,75). Sum of RGB (Red+Green+Blue) = 170+176+75=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB04B is #554FB4. Grayscale: #A3A3A3. Windows color (decimal): -5590965 or 4960426. OLE color: 4960426.

HSL color Cylindrical-coordinate representation of color #AAB04B: hue angle of 63.56º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAB04B is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 75 -
CMYK 0.03 0 0.57 0.31
HSL 63.56º 0.4% 0.49% -
HSV(B) 63.56º 0.57% 0.69% -
XYZ 33.37 40.1 12.64 -
YUV 162.69 78.51 133.21 -
System Red Green Blue C M Y K H S L
Decimal 170 176 75 0.03 0 0.57 0.31 63.56 0.4 0.49
Hex AA B0 4B 3 0 39 1F 40 28 31
Octal 252 260 113 3 0 71 37 100 50 61
Binary 10101010 10110000 1001011 11 0 111001 11111 1000000 101000 110001

Color Harmonies of #AAB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB04B

Black with #AAB04B

Text Example


Text Example

White with #AAB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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