Html Css Color HEX #AABD1E Bahia

📋 copy color: '#AABD1E'

red 170 ◦ green 189 ◦ blue 30

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

Shades of Bahia #AABD1E

Tints of Bahia #AABD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.71%

R = 43.7%
G = 48.59%
B = 7.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#AABD1E (or 0xAABD1E) is known color: Bahia. HEX triplet: AA, BD and 1E. RGB value is (170,189,30). Sum of RGB (Red+Green+Blue) = 170+189+30=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD1E is #5542E1. Grayscale: #A5A5A5. Windows color (decimal): -5587682 or 2014634. OLE color: 2014634.

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

Color convert

RGB 170 189 30 -
CMYK 0.10 0 0.84 0.26
HSL 67.17º 0.73% 0.43% -
HSV(B) 67.17º 0.84% 0.74% -
XYZ 35.01 45.03 8.08 -
YUV 165.19 51.71 131.43 -
System Red Green Blue C M Y K H S L
Decimal 170 189 30 0.10 0 0.84 0.26 67.17 0.73 0.43
Hex AA BD 1E A 0 54 1A 43 49 2B
Octal 252 275 36 12 0 124 32 103 111 53
Binary 10101010 10111101 11110 1010 0 1010100 11010 1000011 1001001 101011

Color Harmonies of #AABD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD1E

Black with #AABD1E

Text Example


Text Example

White with #AABD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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