#ABBF00

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

Shades of Citrus #ABBF00

Tints of Citrus #ABBF00

Color information

#ABBF00 (or 0xABBF00) is unknown color: approx Citrus. HEX triplet: AB, BF and 00. RGB value is (171,191,0). Sum of RGB (Red+Green+Blue) = 171+191+0=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF00 is #5440FF. Grayscale: #A3A3A3. Windows color (decimal): -5521664 or 49067. OLE color: 49067.

HSL color Cylindrical-coordinate representation of color #ABBF00: hue angle of 66.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABBF00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1711910-
CMYK0.10010.25
HSL66.28º100%37.45%-
HSV(B)66.28º100%74.9%-
XYZ35.4345.927-
YUV163.2535.87133.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 191 (75% from 255) = 52.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.24%
G=52.76%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17119100.10010.2566.2810037.45
HexABBF0A06419426425
Octal25327701201443110214445
Binary101010111011111101010011001001100110000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF00; }

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

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

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

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

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

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

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

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