#ABBE17

Color #ABBE17 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ABBE17

Tints of Bahia #ABBE17

Color information

#ABBE17 (or 0xABBE17) is unknown color: approx Bahia. HEX triplet: AB, BE and 17. RGB value is (171,190,23). Sum of RGB (Red+Green+Blue) = 171+190+23=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBE17 is #5441E8. Grayscale: #A5A5A5. Windows color (decimal): -5521897 or 1556139. OLE color: 1556139.

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

Color convert

RGB17119023-
CMYK0.1000.880.25
HSL66.83º78.4%41.76%-
HSV(B)66.83º87.89%74.51%-
XYZ35.3645.557.74-
YUV165.2847.71132.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 190 (74.61% from 255) = 49.48%
BLUE value IS 23 (9.38% from 255) = 5.99%
R=44.53%
G=49.48%
B=5.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171190230.1000.880.2566.8378.441.76
HexABBE17A05819434e2a
Octal253276271201303110311652
Binary1010101110111110101111010010110001100110000111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE17; }

 p { color: rgb(171,190,23); }

 H1.HeaderClassName
 {
   color: #ABBE17;
 }
 .AnyTagClassName
 {
   color: #ABBE17;
 }
</style>
background-color css

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

 a { background-color: rgb(171,190,23); }

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

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

 span { border-color: rgb(171,190,23); }

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