Html Css Color HEX #AAB330 Bahia

📋 copy color: '#AAB330'

red 170 ◦ green 179 ◦ blue 48

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

Shades of Bahia #AAB330

Tints of Bahia #AAB330

RGB

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

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

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

R = 42.82%
G = 45.09%
B = 12.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#AAB330 (or 0xAAB330) is known color: Bahia. HEX triplet: AA, B3 and 30. RGB value is (170,179,48). Sum of RGB (Red+Green+Blue) = 170+179+48=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB330 is #554CCF. Grayscale: #A1A1A1. Windows color (decimal): -5590224 or 3191722. OLE color: 3191722.

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

Color convert

RGB 170 179 48 -
CMYK 0.05 0 0.73 0.30
HSL 64.12º 0.58% 0.45% -
HSV(B) 64.12º 0.73% 0.7% -
XYZ 33.23 41 8.96 -
YUV 161.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 170 179 48 0.05 0 0.73 0.30 64.12 0.58 0.45
Hex AA B3 30 5 0 49 1E 40 3A 2D
Octal 252 263 60 5 0 111 36 100 72 55
Binary 10101010 10110011 110000 101 0 1001001 11110 1000000 111010 101101

Color Harmonies of #AAB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB330

Black with #AAB330

Text Example


Text Example

White with #AAB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB330; }

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

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

background-color css

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

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

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

border-color css

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

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

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