#A1BF0F

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

Shades of Citrus #A1BF0F

Tints of Citrus #A1BF0F

Color information

#A1BF0F (or 0xA1BF0F) is unknown color: approx Citrus. HEX triplet: A1, BF and 0F. RGB value is (161,191,15). Sum of RGB (Red+Green+Blue) = 161+191+15=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BF0F is #5E40F0. Grayscale: #A2A2A2. Windows color (decimal): -6177009 or 1032097. OLE color: 1032097.

HSL color Cylindrical-coordinate representation of color #A1BF0F: hue angle of 70.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1BF0F is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB16119115-
CMYK0.1600.920.25
HSL70.23º85.44%40.39%-
HSV(B)70.23º92.15%74.9%-
XYZ33.4144.877.35-
YUV161.9745.06127.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 15 (6.25% from 255) = 4.09%
R=43.87%
G=52.04%
B=4.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161191150.1600.920.2570.2385.4440.39
HexA1BFF1005C19465528
Octal241277172001343110612550
Binary1010000110111111111110000010111001100110001101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF0F; }

 p { color: rgb(161,191,15); }

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

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

 a { background-color: rgb(161,191,15); }

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

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

 span { border-color: rgb(161,191,15); }

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