Html Css Color HEX #AABC2B Bahia

📋 copy color: '#AABC2B'

red 170 ◦ green 188 ◦ blue 43

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

Shades of Bahia #AABC2B

Tints of Bahia #AABC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.72%

R = 42.39%
G = 46.88%
B = 10.72%

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

#AABC2B (or 0xAABC2B) is known color: Bahia. HEX triplet: AA, BC and 2B. RGB value is (170,188,43). Sum of RGB (Red+Green+Blue) = 170+188+43=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC2B is #5543D4. Grayscale: #A6A6A6. Windows color (decimal): -5587925 or 2866346. OLE color: 2866346.

HSL color Cylindrical-coordinate representation of color #AABC2B: hue angle of 67.45º degrees, saturation: 0.63, 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 #AABC2B is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 43 -
CMYK 0.10 0 0.77 0.26
HSL 67.45º 0.63% 0.45% -
HSV(B) 67.45º 0.77% 0.74% -
XYZ 35 44.69 9.07 -
YUV 166.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 170 188 43 0.10 0 0.77 0.26 67.45 0.63 0.45
Hex AA BC 2B A 0 4D 1A 43 3F 2D
Octal 252 274 53 12 0 115 32 103 77 55
Binary 10101010 10111100 101011 1010 0 1001101 11010 1000011 111111 101101

Color Harmonies of #AABC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC2B

Black with #AABC2B

Text Example


Text Example

White with #AABC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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