#ABC508

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

Shades of Citrus #ABC508

Tints of Citrus #ABC508

Color information

#ABC508 (or 0xABC508) is unknown color: approx Citrus. HEX triplet: AB, C5 and 08. RGB value is (171,197,8). Sum of RGB (Red+Green+Blue) = 171+197+8=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC508 is #543AF7. Grayscale: #A8A8A8. Windows color (decimal): -5520120 or 574891. OLE color: 574891.

HSL color Cylindrical-coordinate representation of color #ABC508: hue angle of 68.25º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC508 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1711978-
CMYK0.1300.960.23
HSL68.25º92.2%40.2%-
HSV(B)68.25º95.94%77.25%-
XYZ36.848.617.67-
YUV167.6837.89130.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 197 (77.34% from 255) = 52.39%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=45.48%
G=52.39%
B=2.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17119780.1300.960.2368.2592.240.2
HexABC58D06017445c28
Octal253305101501402710413450
Binary101010111100010110001101011000001011110001001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC508; }

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

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

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

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

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

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

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

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