#84BA08

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

Shades of Citrus #84BA08

Tints of Citrus #84BA08

Color information

#84BA08 (or 0x84BA08) is unknown color: approx Citrus. HEX triplet: 84, BA and 08. RGB value is (132,186,8). Sum of RGB (Red+Green+Blue) = 132+186+8=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA08 is #7B45F7. Grayscale: #969696. Windows color (decimal): -8078840 or 572036. OLE color: 572036.

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

Color convert

RGB1321868-
CMYK0.2900.960.27
HSL78.2º91.75%38.04%-
HSV(B)78.2º95.7%72.94%-
XYZ27.1240.046.53-
YUV149.5648.11115.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 186 (73.05% from 255) = 57.06%
BLUE value IS 8 (3.52% from 255) = 2.45%
R=40.49%
G=57.06%
B=2.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13218680.2900.960.2778.291.7538.04
Hex84BA81D0601B4e5c26
Octal204272103501403311613446
Binary1000010010111010100011101011000001101110011101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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