Html Css Color HEX #AAB430 Bahia

📋 copy color: '#AAB430'

red 170 ◦ green 180 ◦ blue 48

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

Shades of Bahia #AAB430

Tints of Bahia #AAB430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 42.71%
G = 45.23%
B = 12.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AAB430 (or 0xAAB430) is known color: Bahia. HEX triplet: AA, B4 and 30. RGB value is (170,180,48). Sum of RGB (Red+Green+Blue) = 170+180+48=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB430 is #554BCF. Grayscale: #A2A2A2. Windows color (decimal): -5589968 or 3191978. OLE color: 3191978.

HSL color Cylindrical-coordinate representation of color #AAB430: hue angle of 64.55º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAB430 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 48 -
CMYK 0.06 0 0.73 0.29
HSL 64.55º 0.58% 0.45% -
HSV(B) 64.55º 0.73% 0.71% -
XYZ 33.43 41.4 9.03 -
YUV 161.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 170 180 48 0.06 0 0.73 0.29 64.55 0.58 0.45
Hex AA B4 30 6 0 49 1D 41 3A 2D
Octal 252 264 60 6 0 111 35 101 72 55
Binary 10101010 10110100 110000 110 0 1001001 11101 1000001 111010 101101

Color Harmonies of #AAB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB430

Black with #AAB430

Text Example


Text Example

White with #AAB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB430; }

 p { color: rgb(170,180,48); }

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

background-color css

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

 a { background-color: rgb(170,180,48); }

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

border-color css

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

 span { border-color: rgb(170,180,48); }

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