Html Css Color HEX #AAB232 Bahia

📋 copy color: '#AAB232'

red 170 ◦ green 178 ◦ blue 50

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

Shades of Bahia #AAB232

Tints of Bahia #AAB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.72%

 BLUE value IS 50 (19.92% from 255) = 12.56%

R = 42.71%
G = 44.72%
B = 12.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#AAB232 (or 0xAAB232) is known color: Bahia. HEX triplet: AA, B2 and 32. RGB value is (170,178,50). Sum of RGB (Red+Green+Blue) = 170+178+50=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB232 is #554DCD. Grayscale: #A1A1A1. Windows color (decimal): -5590478 or 3322538. OLE color: 3322538.

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

Color convert

RGB 170 178 50 -
CMYK 0.04 0 0.72 0.30
HSL 63.75º 0.56% 0.45% -
HSV(B) 63.75º 0.72% 0.7% -
XYZ 33.07 40.62 9.11 -
YUV 161.02 65.35 134.41 -
System Red Green Blue C M Y K H S L
Decimal 170 178 50 0.04 0 0.72 0.30 63.75 0.56 0.45
Hex AA B2 32 4 0 48 1E 40 38 2D
Octal 252 262 62 4 0 110 36 100 70 55
Binary 10101010 10110010 110010 100 0 1001000 11110 1000000 111000 101101

Color Harmonies of #AAB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB232

Black with #AAB232

Text Example


Text Example

White with #AAB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB232; }

 p { color: rgb(170,178,50); }

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

background-color css

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

 a { background-color: rgb(170,178,50); }

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

border-color css

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

 span { border-color: rgb(170,178,50); }

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