Html Css Color HEX #AABC2C Bahia

📋 copy color: '#AABC2C'

red 170 ◦ green 188 ◦ blue 44

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

Shades of Bahia #AABC2C

Tints of Bahia #AABC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.95%

R = 42.29%
G = 46.77%
B = 10.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#AABC2C (or 0xAABC2C) is known color: Bahia. HEX triplet: AA, BC and 2C. RGB value is (170,188,44). Sum of RGB (Red+Green+Blue) = 170+188+44=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC2C is #5543D3. Grayscale: #A6A6A6. Windows color (decimal): -5587924 or 2931882. OLE color: 2931882.

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

Color convert

RGB 170 188 44 -
CMYK 0.10 0 0.77 0.26
HSL 67.5º 0.62% 0.45% -
HSV(B) 67.5º 0.77% 0.74% -
XYZ 35.02 44.69 9.16 -
YUV 166.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 170 188 44 0.10 0 0.77 0.26 67.5 0.62 0.45
Hex AA BC 2C A 0 4D 1A 44 3E 2D
Octal 252 274 54 12 0 115 32 104 76 55
Binary 10101010 10111100 101100 1010 0 1001101 11010 1000100 111110 101101

Color Harmonies of #AABC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC2C

Black with #AABC2C

Text Example


Text Example

White with #AABC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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