#ABBF0C

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

Shades of Citrus #ABBF0C

Tints of Citrus #ABBF0C

Color information

#ABBF0C (or 0xABBF0C) is unknown color: approx Citrus. HEX triplet: AB, BF and 0C. RGB value is (171,191,12). Sum of RGB (Red+Green+Blue) = 171+191+12=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF0C is #5440F3. Grayscale: #A5A5A5. Windows color (decimal): -5521652 or 835499. OLE color: 835499.

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

Color convert

RGB17119112-
CMYK0.1000.940.25
HSL66.7º88.18%39.8%-
HSV(B)66.7º93.72%74.9%-
XYZ35.4945.957.35-
YUV164.6141.87132.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 191 (75% from 255) = 51.07%
BLUE value IS 12 (5.08% from 255) = 3.21%
R=45.72%
G=51.07%
B=3.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171191120.1000.940.2566.788.1839.8
HexABBFCA05E19435828
Octal253277141201363110313050
Binary101010111011111111001010010111101100110000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF0C; }

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

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

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

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

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

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

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

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