#abb100

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

Shades of Citrus #ABB100

Tints of Citrus #ABB100

Color information

#ABB100 (or 0xABB100) is unknown color: approx Citrus. HEX triplet: AB, B1 and 00. RGB value is (171,177,0). Sum of RGB (Red+Green+Blue) = 171+177+0=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB100 is #544EFF. Grayscale: #9B9B9B. Windows color (decimal): -5525248 or 45483. OLE color: 45483.

HSL color Cylindrical-coordinate representation of color #ABB100: hue angle of 62.03º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABB100 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1711770-
CMYK0.03010.31
HSL62.03º100%34.71%-
HSV(B)62.03º100%69.41%-
XYZ32.5240.16.03-
YUV155.0340.51139.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 177 (69.53% from 255) = 50.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.14%
G=50.86%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17117700.03010.3162.0310034.71
HexABB1030641F3e6423
Octal253261030144377614443
Binary101010111011000101101100100111111111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abb100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abb100; }

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

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

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

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

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

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

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

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