Html Css Color HEX #AAB623 Bahia

📋 copy color: '#AAB623'

red 170 ◦ green 182 ◦ blue 35

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

Shades of Bahia #AAB623

Tints of Bahia #AAB623

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.03%

 BLUE value IS 35 (14.06% from 255) = 9.04%

R = 43.93%
G = 47.03%
B = 9.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#AAB623 (or 0xAAB623) is known color: Bahia. HEX triplet: AA, B6 and 23. RGB value is (170,182,35). Sum of RGB (Red+Green+Blue) = 170+182+35=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB623 is #5549DC. Grayscale: #A2A2A2. Windows color (decimal): -5589469 or 2340522. OLE color: 2340522.

HSL color Cylindrical-coordinate representation of color #AAB623: hue angle of 64.9º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB623 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 35 -
CMYK 0.07 0 0.81 0.29
HSL 64.9º 0.68% 0.43% -
HSV(B) 64.9º 0.81% 0.71% -
XYZ 33.61 42.12 7.95 -
YUV 161.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 170 182 35 0.07 0 0.81 0.29 64.9 0.68 0.43
Hex AA B6 23 7 0 51 1D 41 44 2B
Octal 252 266 43 7 0 121 35 101 104 53
Binary 10101010 10110110 100011 111 0 1010001 11101 1000001 1000100 101011

Color Harmonies of #AAB623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB623

Black with #AAB623

Text Example


Text Example

White with #AAB623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB623; }

 p { color: rgb(170,182,35); }

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

background-color css

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

 a { background-color: rgb(170,182,35); }

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

border-color css

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

 span { border-color: rgb(170,182,35); }

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