#A4BF02

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

Shades of Citrus #A4BF02

Tints of Citrus #A4BF02

Color information

#A4BF02 (or 0xA4BF02) is unknown color: approx Citrus. HEX triplet: A4, BF and 02. RGB value is (164,191,2). Sum of RGB (Red+Green+Blue) = 164+191+2=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BF02 is #5B40FD. Grayscale: #A2A2A2. Windows color (decimal): -5980414 or 180132. OLE color: 180132.

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

Color convert

RGB1641912-
CMYK0.1400.990.25
HSL68.57º97.93%37.84%-
HSV(B)68.57º98.95%74.9%-
XYZ33.9545.166.98-
YUV161.3838.05129.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 191 (75% from 255) = 53.50%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=45.94%
G=53.50%
B=0.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16419120.1400.990.2568.5797.9337.84
HexA4BF2E06319456226
Octal24427721601433110514246
Binary1010010010111111101110011000111100110001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF02; }

 p { color: rgb(164,191,2); }

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

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

 a { background-color: rgb(164,191,2); }

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

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

 span { border-color: rgb(164,191,2); }

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