#83981C

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

Shades of Citron #83981C

Tints of Citron #83981C

Color information

#83981C (or 0x83981C) is unknown color: approx Citron. HEX triplet: 83, 98 and 1C. RGB value is (131,152,28). Sum of RGB (Red+Green+Blue) = 131+152+28=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #83981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83981C is #7C67E3. Grayscale: #848484. Windows color (decimal): -8153060 or 1874051. OLE color: 1874051.

HSL color Cylindrical-coordinate representation of color #83981C: hue angle of 70.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83981C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB13115228-
CMYK0.1400.820.40
HSL70.16º68.89%35.29%-
HSV(B)70.16º81.58%59.61%-
XYZ20.827.375.28-
YUV131.5869.54127.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 28 (11.33% from 255) = 9.00%
R=42.12%
G=48.87%
B=9.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131152280.1400.820.4070.1668.8935.29
Hex83981CE05228464523
Octal203230341601225010610543
Binary10000011100110001110011100101001010100010001101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83981C; }

 p { color: rgb(131,152,28); }

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

<style>
 a { background-color: #83981C; }

 a { background-color: rgb(131,152,28); }

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

<style>
 span { border-color: #83981C; }

 span { border-color: rgb(131,152,28); }

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