#ABBC0A

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

Shades of Citrus #ABBC0A

Tints of Citrus #ABBC0A

Color information

#ABBC0A (or 0xABBC0A) is unknown color: approx Citrus. HEX triplet: AB, BC and 0A. RGB value is (171,188,10). Sum of RGB (Red+Green+Blue) = 171+188+10=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC0A is #5443F5. Grayscale: #A3A3A3. Windows color (decimal): -5522422 or 703659. OLE color: 703659.

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

Color convert

RGB17118810-
CMYK0.0900.950.26
HSL65.73º89.9%38.82%-
HSV(B)65.73º94.68%73.73%-
XYZ34.8344.657.07-
YUV162.6241.87133.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 10 (4.30% from 255) = 2.71%
R=46.34%
G=50.95%
B=2.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171188100.0900.950.2665.7389.938.82
HexABBCA905F1A425a27
Octal253274121101373210213247
Binary101010111011110010101001010111111101010000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC0A; }

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

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

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

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

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

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

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

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