#ABB81C

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

Shades of Bahia #ABB81C

Tints of Bahia #ABB81C

Color information

#ABB81C (or 0xABB81C) is unknown color: approx Bahia. HEX triplet: AB, B8 and 1C. RGB value is (171,184,28). Sum of RGB (Red+Green+Blue) = 171+184+28=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB81C is #5447E3. Grayscale: #A2A2A2. Windows color (decimal): -5523428 or 1882283. OLE color: 1882283.

HSL color Cylindrical-coordinate representation of color #ABB81C: hue angle of 65º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABB81C is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB17118428-
CMYK0.0700.850.28
HSL65º73.58%41.57%-
HSV(B)65º84.78%72.16%-
XYZ34.1443.027.6-
YUV162.3352.19134.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 28 (11.33% from 255) = 7.31%
R=44.65%
G=48.04%
B=7.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171184280.0700.850.286573.5841.57
HexABB81C70551C414a2a
Octal25327034701253410111252
Binary101010111011100011100111010101011110010000011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB81C; }

 p { color: rgb(171,184,28); }

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

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

 a { background-color: rgb(171,184,28); }

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

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

 span { border-color: rgb(171,184,28); }

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