#A8B112

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

Shades of Citrus #A8B112

Tints of Citrus #A8B112

Color information

#A8B112 (or 0xA8B112) is unknown color: approx Citrus. HEX triplet: A8, B1 and 12. RGB value is (168,177,18). Sum of RGB (Red+Green+Blue) = 168+177+18=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B112 is #574EED. Grayscale: #9C9C9C. Windows color (decimal): -5721838 or 1225128. OLE color: 1225128.

HSL color Cylindrical-coordinate representation of color #A8B112: hue angle of 63.4º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8B112 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB16817718-
CMYK0.0500.900.31
HSL63.4º81.54%38.24%-
HSV(B)63.4º89.83%69.41%-
XYZ31.9839.816.57-
YUV156.1850.02136.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 177 (69.53% from 255) = 48.76%
BLUE value IS 18 (7.42% from 255) = 4.96%
R=46.28%
G=48.76%
B=4.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168177180.0500.900.3163.481.5438.24
HexA8B112505A1F3f5226
Octal2502612250132377712246
Binary10101000101100011001010101011010111111111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B112; }

 p { color: rgb(168,177,18); }

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

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

 a { background-color: rgb(168,177,18); }

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

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

 span { border-color: rgb(168,177,18); }

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