#ABCC2A

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

Shades of Bahia #ABCC2A

Tints of Bahia #ABCC2A

Color information

#ABCC2A (or 0xABCC2A) is unknown color: approx Bahia. HEX triplet: AB, CC and 2A. RGB value is (171,204,42). Sum of RGB (Red+Green+Blue) = 171+204+42=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC2A is #5433D5. Grayscale: #B0B0B0. Windows color (decimal): -5518294 or 2804907. OLE color: 2804907.

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

Color convert

RGB17120442-
CMYK0.1600.790.2
HSL72.22º65.85%48.24%-
HSV(B)72.22º79.41%80%-
XYZ38.8152.0110.18-
YUV175.6652.57124.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 42 (16.80% from 255) = 10.07%
R=41.01%
G=48.92%
B=10.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204420.1600.790.272.2265.8548.24
HexABCC2A1004F14484230
Octal253314522001172411010260
Binary101010111100110010101010000010011111010010010001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC2A; }

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

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

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

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

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

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

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

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