Html Css Color HEX #AACB2A Bahia

📋 copy color: '#AACB2A'

red 170 ◦ green 203 ◦ blue 42

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

Shades of Bahia #AACB2A

Tints of Bahia #AACB2A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.92%

 BLUE value IS 42 (16.8% from 255) = 10.12%

R = 40.96%
G = 48.92%
B = 10.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#AACB2A (or 0xAACB2A) is known color: Bahia. HEX triplet: AA, CB and 2A. RGB value is (170,203,42). Sum of RGB (Red+Green+Blue) = 170+203+42=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB2A is #5534D5. Grayscale: #AFAFAF. Windows color (decimal): -5584086 or 2804650. OLE color: 2804650.

HSL color Cylindrical-coordinate representation of color #AACB2A: hue angle of 72.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AACB2A is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 42 -
CMYK 0.16 0 0.79 0.20
HSL 72.3º 0.66% 0.48% -
HSV(B) 72.3º 0.79% 0.8% -
XYZ 38.35 51.43 10.1 -
YUV 174.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 170 203 42 0.16 0 0.79 0.20 72.3 0.66 0.48
Hex AA CB 2A 10 0 4F 14 48 42 30
Octal 252 313 52 20 0 117 24 110 102 60
Binary 10101010 11001011 101010 10000 0 1001111 10100 1001000 1000010 110000

Color Harmonies of #AACB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB2A

Black with #AACB2A

Text Example


Text Example

White with #AACB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB2A; }

 p { color: rgb(170,203,42); }

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

background-color css

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

 a { background-color: rgb(170,203,42); }

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

border-color css

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

 span { border-color: rgb(170,203,42); }

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