Html Css Color HEX #AABD19 Bahia

📋 copy color: '#AABD19'

red 170 ◦ green 189 ◦ blue 25

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

Shades of Bahia #AABD19

Tints of Bahia #AABD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.22%

 BLUE value IS 25 (10.16% from 255) = 6.51%

R = 44.27%
G = 49.22%
B = 6.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#AABD19 (or 0xAABD19) is known color: Bahia. HEX triplet: AA, BD and 19. RGB value is (170,189,25). Sum of RGB (Red+Green+Blue) = 170+189+25=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD19 is #5542E6. Grayscale: #A5A5A5. Windows color (decimal): -5587687 or 1686954. OLE color: 1686954.

HSL color Cylindrical-coordinate representation of color #AABD19: hue angle of 66.95º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AABD19 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 25 -
CMYK 0.10 0 0.87 0.26
HSL 66.95º 0.77% 0.42% -
HSV(B) 66.95º 0.87% 0.74% -
XYZ 34.95 45.01 7.77 -
YUV 164.62 49.21 131.84 -
System Red Green Blue C M Y K H S L
Decimal 170 189 25 0.10 0 0.87 0.26 66.95 0.77 0.42
Hex AA BD 19 A 0 57 1A 43 4D 2A
Octal 252 275 31 12 0 127 32 103 115 52
Binary 10101010 10111101 11001 1010 0 1010111 11010 1000011 1001101 101010

Color Harmonies of #AABD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD19

Black with #AABD19

Text Example


Text Example

White with #AABD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD19; }

 p { color: rgb(170,189,25); }

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

background-color css

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

 a { background-color: rgb(170,189,25); }

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

border-color css

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

 span { border-color: rgb(170,189,25); }

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