#83921E

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

Shades of Citron #83921E

Tints of Citron #83921E

Color information

#83921E (or 0x83921E) is unknown color: approx Citron. HEX triplet: 83, 92 and 1E. RGB value is (131,146,30). Sum of RGB (Red+Green+Blue) = 131+146+30=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #83921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83921E is #7C6DE1. Grayscale: #808080. Windows color (decimal): -8154594 or 2003587. OLE color: 2003587.

HSL color Cylindrical-coordinate representation of color #83921E: hue angle of 67.76º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83921E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB13114630-
CMYK0.1000.790.43
HSL67.76º65.91%34.51%-
HSV(B)67.76º79.45%57.25%-
XYZ19.8725.485.1-
YUV128.2972.53129.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 30 (12.11% from 255) = 9.77%
R=42.67%
G=47.56%
B=9.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131146300.1000.790.4367.7665.9134.51
Hex83921EA04F2B444223
Octal203222361201175310410243
Binary10000011100100101111010100100111110101110001001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83921E; }

 p { color: rgb(131,146,30); }

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

<style>
 a { background-color: #83921E; }

 a { background-color: rgb(131,146,30); }

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

<style>
 span { border-color: #83921E; }

 span { border-color: rgb(131,146,30); }

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