#83950F

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

Shades of Citron #83950F

Tints of Citron #83950F

Color information

#83950F (or 0x83950F) is unknown color: approx Citron. HEX triplet: 83, 95 and 0F. RGB value is (131,149,15). Sum of RGB (Red+Green+Blue) = 131+149+15=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #83950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83950F is #7C6AF0. Grayscale: #808080. Windows color (decimal): -8153841 or 1021315. OLE color: 1021315.

HSL color Cylindrical-coordinate representation of color #83950F: hue angle of 68.06º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83950F is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB13114915-
CMYK0.1200.900.42
HSL68.06º81.71%32.16%-
HSV(B)68.06º89.93%58.43%-
XYZ20.1926.354.47-
YUV128.3464.04129.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=44.41%
G=50.51%
B=5.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131149150.1200.900.4268.0681.7132.16
Hex8395FC05A2A445220
Octal203225171401325210412240
Binary1000001110010101111111000101101010101010001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83950F; }

 p { color: rgb(131,149,15); }

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

<style>
 a { background-color: #83950F; }

 a { background-color: rgb(131,149,15); }

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

<style>
 span { border-color: #83950F; }

 span { border-color: rgb(131,149,15); }

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