#A1B807

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

Shades of Citrus #A1B807

Tints of Citrus #A1B807

Color information

#A1B807 (or 0xA1B807) is unknown color: approx Citrus. HEX triplet: A1, B8 and 07. RGB value is (161,184,7). Sum of RGB (Red+Green+Blue) = 161+184+7=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B807 is #5E47F8. Grayscale: #9D9D9D. Windows color (decimal): -6178809 or 506017. OLE color: 506017.

HSL color Cylindrical-coordinate representation of color #A1B807: hue angle of 67.8º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1B807 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1611847-
CMYK0.1200.960.28
HSL67.8º92.67%37.45%-
HSV(B)67.8º96.2%72.16%-
XYZ31.8841.876.6-
YUV156.9443.38130.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 184 (72.27% from 255) = 52.27%
BLUE value IS 7 (3.12% from 255) = 1.99%
R=45.74%
G=52.27%
B=1.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16118470.1200.960.2867.892.6737.45
HexA1B87C0601C445d25
Octal24127071401403410413545
Binary10100001101110001111100011000001110010001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B807; }

 p { color: rgb(161,184,7); }

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

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

 a { background-color: rgb(161,184,7); }

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

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

 span { border-color: rgb(161,184,7); }

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