#84BA03

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

Shades of Citrus #84BA03

Tints of Citrus #84BA03

Color information

#84BA03 (or 0x84BA03) is unknown color: approx Citrus. HEX triplet: 84, BA and 03. RGB value is (132,186,3). Sum of RGB (Red+Green+Blue) = 132+186+3=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA03 is #7B45FC. Grayscale: #959595. Windows color (decimal): -8078845 or 244356. OLE color: 244356.

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

Color convert

RGB1321863-
CMYK0.2900.980.27
HSL77.7º96.83%37.06%-
HSV(B)77.7º98.39%72.94%-
XYZ27.0940.036.38-
YUV148.9945.61115.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 186 (73.05% from 255) = 57.94%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=41.12%
G=57.94%
B=0.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13218630.2900.980.2777.796.8337.06
Hex84BA31D0621B4e6125
Octal20427233501423311614145
Binary10000100101110101111101011000101101110011101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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