Html Css Color HEX #AABC22 Bahia

📋 copy color: '#AABC22'

red 170 ◦ green 188 ◦ blue 34

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

Shades of Bahia #AABC22

Tints of Bahia #AABC22

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 43.37%
G = 47.96%
B = 8.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#AABC22 (or 0xAABC22) is known color: Bahia. HEX triplet: AA, BC and 22. RGB value is (170,188,34). Sum of RGB (Red+Green+Blue) = 170+188+34=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC22 is #5543DD. Grayscale: #A5A5A5. Windows color (decimal): -5587934 or 2276522. OLE color: 2276522.

HSL color Cylindrical-coordinate representation of color #AABC22: hue angle of 67.01º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AABC22 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 34 -
CMYK 0.10 0 0.82 0.26
HSL 67.01º 0.69% 0.44% -
HSV(B) 67.01º 0.82% 0.74% -
XYZ 34.85 44.63 8.29 -
YUV 165.06 54.04 131.52 -
System Red Green Blue C M Y K H S L
Decimal 170 188 34 0.10 0 0.82 0.26 67.01 0.69 0.44
Hex AA BC 22 A 0 52 1A 43 45 2C
Octal 252 274 42 12 0 122 32 103 105 54
Binary 10101010 10111100 100010 1010 0 1010010 11010 1000011 1000101 101100

Color Harmonies of #AABC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC22

Black with #AABC22

Text Example


Text Example

White with #AABC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC22; }

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

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

background-color css

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

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

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

border-color css

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

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

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