#ABCC1B

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

Shades of Bahia #ABCC1B

Tints of Bahia #ABCC1B

Color information

#ABCC1B (or 0xABCC1B) is unknown color: approx Bahia. HEX triplet: AB, CC and 1B. RGB value is (171,204,27). Sum of RGB (Red+Green+Blue) = 171+204+27=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC1B is #5433E4. Grayscale: #AEAEAE. Windows color (decimal): -5518309 or 1821867. OLE color: 1821867.

HSL color Cylindrical-coordinate representation of color #ABCC1B: hue angle of 71.19º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABCC1B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB17120427-
CMYK0.1600.870.2
HSL71.19º76.62%45.29%-
HSV(B)71.19º86.76%80%-
XYZ38.5951.929.03-
YUV173.9645.07125.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 204 (80.08% from 255) = 50.75%
BLUE value IS 27 (10.94% from 255) = 6.72%
R=42.54%
G=50.75%
B=6.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204270.1600.870.271.1976.6245.29
HexABCC1B1005714474d2d
Octal253314332001272410711555
Binary10101011110011001101110000010101111010010001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC1B; }

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

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

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

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

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

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

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

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