Html Css Color HEX #AABC1D Bahia

📋 copy color: '#AABC1D'

red 170 ◦ green 188 ◦ blue 29

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

Shades of Bahia #AABC1D

Tints of Bahia #AABC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 29 (11.72% from 255) = 7.49%

R = 43.93%
G = 48.58%
B = 7.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#AABC1D (or 0xAABC1D) is known color: Bahia. HEX triplet: AA, BC and 1D. RGB value is (170,188,29). Sum of RGB (Red+Green+Blue) = 170+188+29=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC1D is #5543E2. Grayscale: #A5A5A5. Windows color (decimal): -5587939 or 1948842. OLE color: 1948842.

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

Color convert

RGB 170 188 29 -
CMYK 0.10 0 0.85 0.26
HSL 66.79º 0.73% 0.43% -
HSV(B) 66.79º 0.85% 0.74% -
XYZ 34.78 44.6 7.94 -
YUV 164.49 51.54 131.93 -
System Red Green Blue C M Y K H S L
Decimal 170 188 29 0.10 0 0.85 0.26 66.79 0.73 0.43
Hex AA BC 1D A 0 55 1A 43 49 2B
Octal 252 274 35 12 0 125 32 103 111 53
Binary 10101010 10111100 11101 1010 0 1010101 11010 1000011 1001001 101011

Color Harmonies of #AABC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC1D

Black with #AABC1D

Text Example


Text Example

White with #AABC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC1D; }

 p { color: rgb(170,188,29); }

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

background-color css

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

 a { background-color: rgb(170,188,29); }

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

border-color css

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

 span { border-color: rgb(170,188,29); }

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