Html Css Color HEX #AABC12 Bahia

📋 copy color: '#AABC12'

red 170 ◦ green 188 ◦ blue 18

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

Shades of Bahia #AABC12

Tints of Bahia #AABC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 45.21%
G = 50%
B = 4.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#AABC12 (or 0xAABC12) is known color: Bahia. HEX triplet: AA, BC and 12. RGB value is (170,188,18). Sum of RGB (Red+Green+Blue) = 170+188+18=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC12 is #5543ED. Grayscale: #A3A3A3. Windows color (decimal): -5587950 or 1227946. OLE color: 1227946.

HSL color Cylindrical-coordinate representation of color #AABC12: hue angle of 66.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AABC12 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 18 -
CMYK 0.10 0 0.90 0.26
HSL 66.35º 0.83% 0.4% -
HSV(B) 66.35º 0.9% 0.74% -
XYZ 34.67 44.56 7.35 -
YUV 163.24 46.04 132.82 -
System Red Green Blue C M Y K H S L
Decimal 170 188 18 0.10 0 0.90 0.26 66.35 0.83 0.4
Hex AA BC 12 A 0 5A 1A 42 53 28
Octal 252 274 22 12 0 132 32 102 123 50
Binary 10101010 10111100 10010 1010 0 1011010 11010 1000010 1010011 101000

Color Harmonies of #AABC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC12

Black with #AABC12

Text Example


Text Example

White with #AABC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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