Html Css Color HEX #AABA22 Bahia

📋 copy color: '#AABA22'

red 170 ◦ green 186 ◦ blue 34

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

Shades of Bahia #AABA22

Tints of Bahia #AABA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.72%

R = 43.59%
G = 47.69%
B = 8.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#AABA22 (or 0xAABA22) is known color: Bahia. HEX triplet: AA, BA and 22. RGB value is (170,186,34). Sum of RGB (Red+Green+Blue) = 170+186+34=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA22 is #5545DD. Grayscale: #A4A4A4. Windows color (decimal): -5588446 or 2276010. OLE color: 2276010.

HSL color Cylindrical-coordinate representation of color #AABA22: hue angle of 66.32º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AABA22 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 34 -
CMYK 0.09 0 0.82 0.27
HSL 66.32º 0.69% 0.43% -
HSV(B) 66.32º 0.82% 0.73% -
XYZ 34.43 43.78 8.15 -
YUV 163.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 170 186 34 0.09 0 0.82 0.27 66.32 0.69 0.43
Hex AA BA 22 9 0 52 1B 42 45 2B
Octal 252 272 42 11 0 122 33 102 105 53
Binary 10101010 10111010 100010 1001 0 1010010 11011 1000010 1000101 101011

Color Harmonies of #AABA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA22

Black with #AABA22

Text Example


Text Example

White with #AABA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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