#A4BE07

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

Shades of Citrus #A4BE07

Tints of Citrus #A4BE07

Color information

#A4BE07 (or 0xA4BE07) is unknown color: approx Citrus. HEX triplet: A4, BE and 07. RGB value is (164,190,7). Sum of RGB (Red+Green+Blue) = 164+190+7=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BE07 is #5B41F8. Grayscale: #A2A2A2. Windows color (decimal): -5980665 or 507556. OLE color: 507556.

HSL color Cylindrical-coordinate representation of color #A4BE07: hue angle of 68.52º 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 #A4BE07 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1641907-
CMYK0.1400.960.25
HSL68.52º92.89%38.63%-
HSV(B)68.52º96.32%74.51%-
XYZ33.7644.737.06-
YUV161.3640.89129.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 7 (3.12% from 255) = 1.94%
R=45.43%
G=52.63%
B=1.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16419070.1400.960.2568.5292.8938.63
HexA4BE7E06019455d27
Octal24427671601403110513547
Binary10100100101111101111110011000001100110001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE07; }

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

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

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

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

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

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

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

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