#ABB00E

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

Shades of Citrus #ABB00E

Tints of Citrus #ABB00E

Color information

#ABB00E (or 0xABB00E) is unknown color: approx Citrus. HEX triplet: AB, B0 and 0E. RGB value is (171,176,14). Sum of RGB (Red+Green+Blue) = 171+176+14=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB00E is #544FF1. Grayscale: #9C9C9C. Windows color (decimal): -5525490 or 962731. OLE color: 962731.

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

Color convert

RGB17117614-
CMYK0.0300.920.31
HSL61.85º85.26%37.25%-
HSV(B)61.85º92.05%69.02%-
XYZ32.439.746.38-
YUV156.0447.84138.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 176 (69.14% from 255) = 48.75%
BLUE value IS 14 (5.86% from 255) = 3.88%
R=47.37%
G=48.75%
B=3.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171176140.0300.920.3161.8585.2637.25
HexABB0E305C1F3e5525
Octal2532601630134377612545
Binary101010111011000011101101011100111111111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB00E; }

 p { color: rgb(171,176,14); }

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

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

 a { background-color: rgb(171,176,14); }

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

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

 span { border-color: rgb(171,176,14); }

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