Html Css Color HEX #AABC17 Bahia

📋 copy color: '#AABC17'

red 170 ◦ green 188 ◦ blue 23

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

Shades of Bahia #AABC17

Tints of Bahia #AABC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.04%

R = 44.62%
G = 49.34%
B = 6.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#AABC17 (or 0xAABC17) is known color: Bahia. HEX triplet: AA, BC and 17. RGB value is (170,188,23). Sum of RGB (Red+Green+Blue) = 170+188+23=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC17 is #5543E8. Grayscale: #A4A4A4. Windows color (decimal): -5587945 or 1555626. OLE color: 1555626.

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

Color convert

RGB 170 188 23 -
CMYK 0.10 0 0.88 0.26
HSL 66.55º 0.78% 0.41% -
HSV(B) 66.55º 0.88% 0.74% -
XYZ 34.72 44.57 7.58 -
YUV 163.81 48.54 132.42 -
System Red Green Blue C M Y K H S L
Decimal 170 188 23 0.10 0 0.88 0.26 66.55 0.78 0.41
Hex AA BC 17 A 0 58 1A 43 4E 29
Octal 252 274 27 12 0 130 32 103 116 51
Binary 10101010 10111100 10111 1010 0 1011000 11010 1000011 1001110 101001

Color Harmonies of #AABC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC17

Black with #AABC17

Text Example


Text Example

White with #AABC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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