Html Css Color HEX #83941F Citron

📋 copy color: '#83941F'

red 131 ◦ green 148 ◦ blue 31

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

Shades of Citron #83941F

Tints of Citron #83941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 42.26%
G = 47.74%
B = 10%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#83941F (or 0x83941F) is known color: Citron. HEX triplet: 83, 94 and 1F. RGB value is (131,148,31). Sum of RGB (Red+Green+Blue) = 131+148+31=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #83941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83941F is #7C6BE0. Grayscale: #828282. Windows color (decimal): -8154081 or 2069635. OLE color: 2069635.

HSL color Cylindrical-coordinate representation of color #83941F: hue angle of 68.72º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83941F is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 31 -
CMYK 0.11 0 0.79 0.42
HSL 68.72º 0.65% 0.35% -
HSV(B) 68.72º 0.79% 0.58% -
XYZ 20.2 26.1 5.27 -
YUV 129.58 72.37 129.01 -
System Red Green Blue C M Y K H S L
Decimal 131 148 31 0.11 0 0.79 0.42 68.72 0.65 0.35
Hex 83 94 1F B 0 4F 2A 45 41 23
Octal 203 224 37 13 0 117 52 105 101 43
Binary 10000011 10010100 11111 1011 0 1001111 101010 1000101 1000001 100011

Color Harmonies of #83941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83941F

Black with #83941F

Text Example


Text Example

White with #83941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,148,31); }

 H1.HeaderClassName
 {
   color: #83941F;
 }
 .AnyTagClassName
 {
   color: #83941F;
 }
</style>

background-color css

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

 a { background-color: rgb(131,148,31); }

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

border-color css

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

 span { border-color: rgb(131,148,31); }

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