#ABB603

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

Shades of Citrus #ABB603

Tints of Citrus #ABB603

Color information

#ABB603 (or 0xABB603) is unknown color: approx Citrus. HEX triplet: AB, B6 and 03. RGB value is (171,182,3). Sum of RGB (Red+Green+Blue) = 171+182+3=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB603 is #5449FC. Grayscale: #9F9F9F. Windows color (decimal): -5523965 or 243371. OLE color: 243371.

HSL color Cylindrical-coordinate representation of color #ABB603: hue angle of 63.69º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABB603 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1711823-
CMYK0.0600.980.29
HSL63.69º96.76%36.27%-
HSV(B)63.69º98.35%71.37%-
XYZ33.5442.126.45-
YUV158.340.36137.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=48.03%
G=51.12%
B=0.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17118230.0600.980.2963.6996.7636.27
HexABB6360621D406124
Octal2532663601423510014144
Binary101010111011011011110011000101110110000001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB603; }

 p { color: rgb(171,182,3); }

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

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

 a { background-color: rgb(171,182,3); }

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

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

 span { border-color: rgb(171,182,3); }

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