Html Css Color HEX #AABC2F Bahia

📋 copy color: '#AABC2F'

red 170 ◦ green 188 ◦ blue 47

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

Shades of Bahia #AABC2F

Tints of Bahia #AABC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.6%

R = 41.98%
G = 46.42%
B = 11.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#AABC2F (or 0xAABC2F) is known color: Bahia. HEX triplet: AA, BC and 2F. RGB value is (170,188,47). Sum of RGB (Red+Green+Blue) = 170+188+47=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC2F is #5543D0. Grayscale: #A7A7A7. Windows color (decimal): -5587921 or 3128490. OLE color: 3128490.

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

Color convert

RGB 170 188 47 -
CMYK 0.10 0 0.75 0.26
HSL 67.66º 0.6% 0.46% -
HSV(B) 67.66º 0.75% 0.74% -
XYZ 35.07 44.72 9.47 -
YUV 166.54 60.54 130.46 -
System Red Green Blue C M Y K H S L
Decimal 170 188 47 0.10 0 0.75 0.26 67.66 0.6 0.46
Hex AA BC 2F A 0 4B 1A 44 3C 2E
Octal 252 274 57 12 0 113 32 104 74 56
Binary 10101010 10111100 101111 1010 0 1001011 11010 1000100 111100 101110

Color Harmonies of #AABC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC2F

Black with #AABC2F

Text Example


Text Example

White with #AABC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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