#ABCC00

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

Shades of La Rioja #ABCC00

Tints of La Rioja #ABCC00

Color information

#ABCC00 (or 0xABCC00) is unknown color: approx La Rioja. HEX triplet: AB, CC and 00. RGB value is (171,204,0). Sum of RGB (Red+Green+Blue) = 171+204+0=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC00 is #5433FF. Grayscale: #ABABAB. Windows color (decimal): -5518336 or 52395. OLE color: 52395.

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

Color convert

RGB1712040-
CMYK0.16010.2
HSL69.71º100%40%-
HSV(B)69.71º100%80%-
XYZ38.3951.847.98-
YUV170.8831.57128.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 204 (80.08% from 255) = 54.4%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.6%
G=54.4%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17120400.16010.269.7110040
HexABCC01006414466428
Octal25331402001442410614450
Binary1010101111001100010000011001001010010001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC00; }

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

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

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

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

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

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

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

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