#84C309

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

Shades of Citrus #84C309

Tints of Citrus #84C309

Color information

#84C309 (or 0x84C309) is unknown color: approx Citrus. HEX triplet: 84, C3 and 09. RGB value is (132,195,9). Sum of RGB (Red+Green+Blue) = 132+195+9=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #84C309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C309 is #7B3CF6. Grayscale: #9B9B9B. Windows color (decimal): -8076535 or 639876. OLE color: 639876.

HSL color Cylindrical-coordinate representation of color #84C309: hue angle of 80.32º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84C309 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1321959-
CMYK0.3200.950.24
HSL80.32º91.18%40%-
HSV(B)80.32º95.38%76.47%-
XYZ29.0843.967.21-
YUV154.9645.63111.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 195 (76.56% from 255) = 58.04%
BLUE value IS 9 (3.91% from 255) = 2.68%
R=39.29%
G=58.04%
B=2.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13219590.3200.950.2480.3291.1840
Hex84C392005F18505b28
Octal204303114001373012013350
Binary10000100110000111001100000010111111100010100001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,195,9); }

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

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

 a { background-color: rgb(132,195,9); }

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

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

 span { border-color: rgb(132,195,9); }

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