#84BA01

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

Shades of Citrus #84BA01

Tints of Citrus #84BA01

Color information

#84BA01 (or 0x84BA01) is unknown color: approx Citrus. HEX triplet: 84, BA and 01. RGB value is (132,186,1). Sum of RGB (Red+Green+Blue) = 132+186+1=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA01 is #7B45FE. Grayscale: #959595. Windows color (decimal): -8078847 or 113284. OLE color: 113284.

HSL color Cylindrical-coordinate representation of color #84BA01: hue angle of 77.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84BA01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1321861-
CMYK0.2900.990.27
HSL77.51º98.93%36.67%-
HSV(B)77.51º99.46%72.94%-
XYZ27.0840.036.33-
YUV148.7644.61116.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 186 (73.05% from 255) = 58.31%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=41.38%
G=58.31%
B=0.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13218610.2900.990.2777.5198.9336.67
Hex84BA11D0631B4e6325
Octal20427213501433311614345
Binary1000010010111010111101011000111101110011101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84BA01; }

 p { color: rgb(132,186,1); }

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

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

 a { background-color: rgb(132,186,1); }

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

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

 span { border-color: rgb(132,186,1); }

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