Html Css Color HEX #AAB32B Bahia

📋 copy color: '#AAB32B'

red 170 ◦ green 179 ◦ blue 43

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

Shades of Bahia #AAB32B

Tints of Bahia #AAB32B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

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

R = 43.37%
G = 45.66%
B = 10.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#AAB32B (or 0xAAB32B) is known color: Bahia. HEX triplet: AA, B3 and 2B. RGB value is (170,179,43). Sum of RGB (Red+Green+Blue) = 170+179+43=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB32B is #554CD4. Grayscale: #A1A1A1. Windows color (decimal): -5590229 or 2864042. OLE color: 2864042.

HSL color Cylindrical-coordinate representation of color #AAB32B: hue angle of 63.97º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAB32B is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 43 -
CMYK 0.05 0 0.76 0.30
HSL 63.97º 0.61% 0.44% -
HSV(B) 63.97º 0.76% 0.7% -
XYZ 33.13 40.96 8.45 -
YUV 160.81 61.52 134.56 -
System Red Green Blue C M Y K H S L
Decimal 170 179 43 0.05 0 0.76 0.30 63.97 0.61 0.44
Hex AA B3 2B 5 0 4C 1E 40 3D 2C
Octal 252 263 53 5 0 114 36 100 75 54
Binary 10101010 10110011 101011 101 0 1001100 11110 1000000 111101 101100

Color Harmonies of #AAB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB32B

Black with #AAB32B

Text Example


Text Example

White with #AAB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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