Html Css Color HEX #83920E Citron

📋 copy color: '#83920E'

red 131 ◦ green 146 ◦ blue 14

#83920E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #83920E

Tints of Citron #83920E

RGB

 RED value IS 131 (51.56% from 255) = 45.02%

 GREEN value IS 146 (57.42% from 255) = 50.17%

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 45.02%
G = 50.17%
B = 4.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#83920E (or 0x83920E) is known color: Citron. HEX triplet: 83, 92 and 0E. RGB value is (131,146,14). Sum of RGB (Red+Green+Blue) = 131+146+14=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #83920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83920E is #7C6DF1. Grayscale: #7E7E7E. Windows color (decimal): -8154610 or 955011. OLE color: 955011.

HSL color Cylindrical-coordinate representation of color #83920E: hue angle of 66.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83920E is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 14 -
CMYK 0.10 0 0.90 0.43
HSL 66.82º 0.83% 0.31% -
HSV(B) 66.82º 0.9% 0.57% -
XYZ 19.72 25.41 4.28 -
YUV 126.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 131 146 14 0.10 0 0.90 0.43 66.82 0.83 0.31
Hex 83 92 E A 0 5A 2B 43 52 1F
Octal 203 222 16 12 0 132 53 103 122 37
Binary 10000011 10010010 1110 1010 0 1011010 101011 1000011 1010010 11111

Color Harmonies of #83920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83920E

Black with #83920E

Text Example


Text Example

White with #83920E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83920E;
 }
 .AnyTagClassName
 {
   color: #83920E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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