Html Css Color HEX #AAB826 Bahia

📋 copy color: '#AAB826'

red 170 ◦ green 184 ◦ blue 38

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

Shades of Bahia #AAB826

Tints of Bahia #AAB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

 BLUE value IS 38 (15.23% from 255) = 9.69%

R = 43.37%
G = 46.94%
B = 9.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#AAB826 (or 0xAAB826) is known color: Bahia. HEX triplet: AA, B8 and 26. RGB value is (170,184,38). Sum of RGB (Red+Green+Blue) = 170+184+38=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB826 is #5547D9. Grayscale: #A3A3A3. Windows color (decimal): -5588954 or 2537642. OLE color: 2537642.

HSL color Cylindrical-coordinate representation of color #AAB826: hue angle of 65.75º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAB826 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 38 -
CMYK 0.08 0 0.79 0.28
HSL 65.75º 0.66% 0.44% -
HSV(B) 65.75º 0.79% 0.72% -
XYZ 34.07 42.97 8.33 -
YUV 163.17 57.36 132.87 -
System Red Green Blue C M Y K H S L
Decimal 170 184 38 0.08 0 0.79 0.28 65.75 0.66 0.44
Hex AA B8 26 8 0 4F 1C 42 42 2C
Octal 252 270 46 10 0 117 34 102 102 54
Binary 10101010 10111000 100110 1000 0 1001111 11100 1000010 1000010 101100

Color Harmonies of #AAB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB826

Black with #AAB826

Text Example


Text Example

White with #AAB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB826; }

 p { color: rgb(170,184,38); }

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

background-color css

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

 a { background-color: rgb(170,184,38); }

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

border-color css

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

 span { border-color: rgb(170,184,38); }

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