#A6BE07

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

Shades of Citrus #A6BE07

Tints of Citrus #A6BE07

Color information

#A6BE07 (or 0xA6BE07) is unknown color: approx Citrus. HEX triplet: A6, BE and 07. RGB value is (166,190,7). Sum of RGB (Red+Green+Blue) = 166+190+7=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BE07 is #5941F8. Grayscale: #A2A2A2. Windows color (decimal): -5849593 or 507558. OLE color: 507558.

HSL color Cylindrical-coordinate representation of color #A6BE07: hue angle of 67.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6BE07 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1661907-
CMYK0.1300.960.25
HSL67.87º92.89%38.63%-
HSV(B)67.87º96.32%74.51%-
XYZ34.1844.957.08-
YUV161.9640.55130.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 190 (74.61% from 255) = 52.34%
BLUE value IS 7 (3.12% from 255) = 1.93%
R=45.73%
G=52.34%
B=1.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16619070.1300.960.2567.8792.8938.63
HexA6BE7D06019445d27
Octal24627671501403110413547
Binary10100110101111101111101011000001100110001001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE07; }

 p { color: rgb(166,190,7); }

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

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

 a { background-color: rgb(166,190,7); }

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

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

 span { border-color: rgb(166,190,7); }

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