#ABC908

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

Shades of La Rioja #ABC908

Tints of La Rioja #ABC908

Color information

#ABC908 (or 0xABC908) is unknown color: approx La Rioja. HEX triplet: AB, C9 and 08. RGB value is (171,201,8). Sum of RGB (Red+Green+Blue) = 171+201+8=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC908 is #5436F7. Grayscale: #AAAAAA. Windows color (decimal): -5519096 or 575915. OLE color: 575915.

HSL color Cylindrical-coordinate representation of color #ABC908: hue angle of 69.33º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC908 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB1712018-
CMYK0.1500.960.21
HSL69.33º92.34%40.98%-
HSV(B)69.33º96.02%78.82%-
XYZ37.7350.457.98-
YUV170.0336.56128.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 201 (78.91% from 255) = 52.89%
BLUE value IS 8 (3.52% from 255) = 2.11%
R=45%
G=52.89%
B=2.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17120180.1500.960.2169.3392.3440.98
HexABC98F06015455c29
Octal253311101701402510513451
Binary101010111100100110001111011000001010110001011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC908; }

 p { color: rgb(171,201,8); }

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

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

 a { background-color: rgb(171,201,8); }

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

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

 span { border-color: rgb(171,201,8); }

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