#ABC81B

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

Shades of Bahia #ABC81B

Tints of Bahia #ABC81B

Color information

#ABC81B (or 0xABC81B) is unknown color: approx Bahia. HEX triplet: AB, C8 and 1B. RGB value is (171,200,27). Sum of RGB (Red+Green+Blue) = 171+200+27=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC81B is #5437E4. Grayscale: #ACACAC. Windows color (decimal): -5519333 or 1820843. OLE color: 1820843.

HSL color Cylindrical-coordinate representation of color #ABC81B: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABC81B is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB17120027-
CMYK0.1400.860.22
HSL70.06º76.21%44.51%-
HSV(B)70.06º86.5%78.43%-
XYZ37.6550.058.71-
YUV171.6146.39127.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 200 (78.52% from 255) = 50.25%
BLUE value IS 27 (10.94% from 255) = 6.78%
R=42.96%
G=50.25%
B=6.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171200270.1400.860.2270.0676.2144.51
HexABC81BE05616464c2d
Octal253310331601262610611455
Binary1010101111001000110111110010101101011010001101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC81B; }

 p { color: rgb(171,200,27); }

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

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

 a { background-color: rgb(171,200,27); }

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

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

 span { border-color: rgb(171,200,27); }

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