Html Css Color HEX #AABC16 Bahia

📋 copy color: '#AABC16'

red 170 ◦ green 188 ◦ blue 22

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

Shades of Bahia #AABC16

Tints of Bahia #AABC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 44.74%
G = 49.47%
B = 5.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#AABC16 (or 0xAABC16) is known color: Bahia. HEX triplet: AA, BC and 16. RGB value is (170,188,22). Sum of RGB (Red+Green+Blue) = 170+188+22=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC16 is #5543E9. Grayscale: #A4A4A4. Windows color (decimal): -5587946 or 1490090. OLE color: 1490090.

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

Color convert

RGB 170 188 22 -
CMYK 0.10 0 0.88 0.26
HSL 66.51º 0.79% 0.41% -
HSV(B) 66.51º 0.88% 0.74% -
XYZ 34.71 44.57 7.53 -
YUV 163.69 48.04 132.5 -
System Red Green Blue C M Y K H S L
Decimal 170 188 22 0.10 0 0.88 0.26 66.51 0.79 0.41
Hex AA BC 16 A 0 58 1A 43 4F 29
Octal 252 274 26 12 0 130 32 103 117 51
Binary 10101010 10111100 10110 1010 0 1011000 11010 1000011 1001111 101001

Color Harmonies of #AABC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC16

Black with #AABC16

Text Example


Text Example

White with #AABC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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