Html Css Color HEX #AABC2E Bahia

📋 copy color: '#AABC2E'

red 170 ◦ green 188 ◦ blue 46

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

Shades of Bahia #AABC2E

Tints of Bahia #AABC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.39%

R = 42.08%
G = 46.53%
B = 11.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#AABC2E (or 0xAABC2E) is known color: Bahia. HEX triplet: AA, BC and 2E. RGB value is (170,188,46). Sum of RGB (Red+Green+Blue) = 170+188+46=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC2E is #5543D1. Grayscale: #A6A6A6. Windows color (decimal): -5587922 or 3062954. OLE color: 3062954.

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

Color convert

RGB 170 188 46 -
CMYK 0.10 0 0.76 0.26
HSL 67.61º 0.61% 0.46% -
HSV(B) 67.61º 0.76% 0.74% -
XYZ 35.05 44.71 9.37 -
YUV 166.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 170 188 46 0.10 0 0.76 0.26 67.61 0.61 0.46
Hex AA BC 2E A 0 4C 1A 44 3D 2E
Octal 252 274 56 12 0 114 32 104 75 56
Binary 10101010 10111100 101110 1010 0 1001100 11010 1000100 111101 101110

Color Harmonies of #AABC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC2E

Black with #AABC2E

Text Example


Text Example

White with #AABC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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