#abb617

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

Shades of Bahia #ABB617

Tints of Bahia #ABB617

Color information

#ABB617 (or 0xABB617) is unknown color: approx Bahia. HEX triplet: AB, B6 and 17. RGB value is (171,182,23). Sum of RGB (Red+Green+Blue) = 171+182+23=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB617 is #5449E8. Grayscale: #A1A1A1. Windows color (decimal): -5523945 or 1554091. OLE color: 1554091.

HSL color Cylindrical-coordinate representation of color #ABB617: hue angle of 64.15º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABB617 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB17118223-
CMYK0.0600.870.29
HSL64.15º77.56%40.2%-
HSV(B)64.15º87.36%71.37%-
XYZ33.6842.187.18-
YUV160.5850.36135.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 182 (71.48% from 255) = 48.40%
BLUE value IS 23 (9.38% from 255) = 6.12%
R=45.48%
G=48.40%
B=6.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171182230.0600.870.2964.1577.5640.2
HexABB61760571D404e28
Octal25326627601273510011650
Binary101010111011011010111110010101111110110000001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abb617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abb617; }

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

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

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

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

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

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

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

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