Html Css Color HEX #AABD1B Bahia

📋 copy color: '#AABD1B'

red 170 ◦ green 189 ◦ blue 27

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

Shades of Bahia #AABD1B

Tints of Bahia #AABD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 44.04%
G = 48.96%
B = 6.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#AABD1B (or 0xAABD1B) is known color: Bahia. HEX triplet: AA, BD and 1B. RGB value is (170,189,27). Sum of RGB (Red+Green+Blue) = 170+189+27=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD1B is #5542E4. Grayscale: #A5A5A5. Windows color (decimal): -5587685 or 1818026. OLE color: 1818026.

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

Color convert

RGB 170 189 27 -
CMYK 0.10 0 0.86 0.26
HSL 67.04º 0.75% 0.42% -
HSV(B) 67.04º 0.86% 0.74% -
XYZ 34.97 45.02 7.88 -
YUV 164.85 50.21 131.67 -
System Red Green Blue C M Y K H S L
Decimal 170 189 27 0.10 0 0.86 0.26 67.04 0.75 0.42
Hex AA BD 1B A 0 56 1A 43 4B 2A
Octal 252 275 33 12 0 126 32 103 113 52
Binary 10101010 10111101 11011 1010 0 1010110 11010 1000011 1001011 101010

Color Harmonies of #AABD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD1B

Black with #AABD1B

Text Example


Text Example

White with #AABD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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