#A1B00E

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

Shades of Citrus #A1B00E

Tints of Citrus #A1B00E

Color information

#A1B00E (or 0xA1B00E) is unknown color: approx Citrus. HEX triplet: A1, B0 and 0E. RGB value is (161,176,14). Sum of RGB (Red+Green+Blue) = 161+176+14=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B00E is #5E4FF1. Grayscale: #999999. Windows color (decimal): -6180850 or 962721. OLE color: 962721.

HSL color Cylindrical-coordinate representation of color #A1B00E: hue angle of 65.56º 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 #A1B00E is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB16117614-
CMYK0.0900.920.31
HSL65.56º85.26%37.25%-
HSV(B)65.56º92.05%69.02%-
XYZ30.338.666.28-
YUV153.0549.53133.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 176 (69.14% from 255) = 50.14%
BLUE value IS 14 (5.86% from 255) = 3.99%
R=45.87%
G=50.14%
B=3.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161176140.0900.920.3165.5685.2637.25
HexA1B0E905C1F425525
Octal241260161101343710212545
Binary101000011011000011101001010111001111110000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B00E; }

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

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

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

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

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

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

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

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