Html Css Color HEX #AAC64B Celery

📋 copy color: '#AAC64B'

red 170 ◦ green 198 ◦ blue 75

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

Shades of Celery #AAC64B

Tints of Celery #AAC64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.7%

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

R = 38.37%
G = 44.7%
B = 16.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#AAC64B (or 0xAAC64B) is known color: Celery. HEX triplet: AA, C6 and 4B. RGB value is (170,198,75). Sum of RGB (Red+Green+Blue) = 170+198+75=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC64B is #5539B4. Grayscale: #B0B0B0. Windows color (decimal): -5585333 or 4966058. OLE color: 4966058.

HSL color Cylindrical-coordinate representation of color #AAC64B: hue angle of 73.66º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAC64B is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 75 -
CMYK 0.14 0 0.62 0.22
HSL 73.66º 0.52% 0.54% -
HSV(B) 73.66º 0.62% 0.78% -
XYZ 38.04 49.44 14.19 -
YUV 175.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 170 198 75 0.14 0 0.62 0.22 73.66 0.52 0.54
Hex AA C6 4B E 0 3E 16 4A 34 36
Octal 252 306 113 16 0 76 26 112 64 66
Binary 10101010 11000110 1001011 1110 0 111110 10110 1001010 110100 110110

Color Harmonies of #AAC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC64B

Black with #AAC64B

Text Example


Text Example

White with #AAC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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