#839A14

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

Shades of Citron #839A14

Tints of Citron #839A14

Color information

#839A14 (or 0x839A14) is unknown color: approx Citron. HEX triplet: 83, 9A and 14. RGB value is (131,154,20). Sum of RGB (Red+Green+Blue) = 131+154+20=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #839A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839A14 is #7C65EB. Grayscale: #848484. Windows color (decimal): -8152556 or 1350275. OLE color: 1350275.

HSL color Cylindrical-coordinate representation of color #839A14: hue angle of 70.3º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #839A14 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB13115420-
CMYK0.1500.870.40
HSL70.3º77.01%34.12%-
HSV(B)70.3º87.01%60.39%-
XYZ21.0427.994.95-
YUV131.8564.88127.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 154 (60.55% from 255) = 50.49%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=42.95%
G=50.49%
B=6.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131154200.1500.870.4070.377.0134.12
Hex839A14F05728464d22
Octal203232241701275010611542
Binary10000011100110101010011110101011110100010001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839A14; }

 p { color: rgb(131,154,20); }

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

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

 a { background-color: rgb(131,154,20); }

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

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

 span { border-color: rgb(131,154,20); }

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