Html Css Color HEX #AABA4B Celery

📋 copy color: '#AABA4B'

red 170 ◦ green 186 ◦ blue 75

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

Shades of Celery #AABA4B

Tints of Celery #AABA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.16%

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

R = 39.44%
G = 43.16%
B = 17.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#AABA4B (or 0xAABA4B) is known color: Celery. HEX triplet: AA, BA and 4B. RGB value is (170,186,75). Sum of RGB (Red+Green+Blue) = 170+186+75=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA4B is #5545B4. Grayscale: #A8A8A8. Windows color (decimal): -5588405 or 4962986. OLE color: 4962986.

HSL color Cylindrical-coordinate representation of color #AABA4B: hue angle of 68.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AABA4B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 75 -
CMYK 0.09 0 0.60 0.27
HSL 68.65º 0.45% 0.51% -
HSV(B) 68.65º 0.6% 0.73% -
XYZ 35.41 44.17 13.32 -
YUV 168.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 170 186 75 0.09 0 0.60 0.27 68.65 0.45 0.51
Hex AA BA 4B 9 0 3C 1B 45 2D 33
Octal 252 272 113 11 0 74 33 105 55 63
Binary 10101010 10111010 1001011 1001 0 111100 11011 1000101 101101 110011

Color Harmonies of #AABA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA4B

Black with #AABA4B

Text Example


Text Example

White with #AABA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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