#A4BF00

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

Shades of Citrus #A4BF00

Tints of Citrus #A4BF00

Color information

#A4BF00 (or 0xA4BF00) is unknown color: approx Citrus. HEX triplet: A4, BF and 00. RGB value is (164,191,0). Sum of RGB (Red+Green+Blue) = 164+191+0=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BF00 is #5B40FF. Grayscale: #A1A1A1. Windows color (decimal): -5980416 or 49060. OLE color: 49060.

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

Color convert

RGB1641910-
CMYK0.14010.25
HSL68.48º100%37.45%-
HSV(B)68.48º100%74.9%-
XYZ33.9445.156.93-
YUV161.1537.05130.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 191 (75% from 255) = 53.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.20%
G=53.80%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16419100.14010.2568.4810037.45
HexA4BF0E06419446425
Octal24427701601443110414445
Binary101001001011111101110011001001100110001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF00; }

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

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

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

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

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

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

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

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