#A4BE05

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

Shades of Citrus #A4BE05

Tints of Citrus #A4BE05

Color information

#A4BE05 (or 0xA4BE05) is unknown color: approx Citrus. HEX triplet: A4, BE and 05. RGB value is (164,190,5). Sum of RGB (Red+Green+Blue) = 164+190+5=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BE05 is #5B41FA. Grayscale: #A1A1A1. Windows color (decimal): -5980667 or 376484. OLE color: 376484.

HSL color Cylindrical-coordinate representation of color #A4BE05: hue angle of 68.43º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4BE05 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1641905-
CMYK0.1400.970.25
HSL68.43º94.87%38.24%-
HSV(B)68.43º97.37%74.51%-
XYZ33.7544.737-
YUV161.1439.89130.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 190 (74.61% from 255) = 52.92%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=45.68%
G=52.92%
B=1.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16419050.1400.970.2568.4394.8738.24
HexA4BE5E06119445f26
Octal24427651601413110413746
Binary10100100101111101011110011000011100110001001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE05; }

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

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

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

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

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

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

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

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