#ABBC04

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

Shades of Citrus #ABBC04

Tints of Citrus #ABBC04

Color information

#ABBC04 (or 0xABBC04) is unknown color: approx Citrus. HEX triplet: AB, BC and 04. RGB value is (171,188,4). Sum of RGB (Red+Green+Blue) = 171+188+4=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC04 is #5443FB. Grayscale: #A2A2A2. Windows color (decimal): -5522428 or 310443. OLE color: 310443.

HSL color Cylindrical-coordinate representation of color #ABBC04: hue angle of 65.54º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABBC04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1711884-
CMYK0.0900.980.26
HSL65.54º95.83%37.65%-
HSV(B)65.54º97.87%73.73%-
XYZ34.844.636.9-
YUV161.9438.87134.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 188 (73.83% from 255) = 51.79%
BLUE value IS 4 (1.95% from 255) = 1.10%
R=47.11%
G=51.79%
B=1.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17118840.0900.980.2665.5495.8337.65
HexABBC490621A426026
Octal25327441101423210214046
Binary10101011101111001001001011000101101010000101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC04; }

 p { color: rgb(171,188,4); }

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

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

 a { background-color: rgb(171,188,4); }

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

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

 span { border-color: rgb(171,188,4); }

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