Html Css Color HEX #839314 Citron

📋 copy color: '#839314'

red 131 ◦ green 147 ◦ blue 20

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

Shades of Citron #839314

Tints of Citron #839314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 43.96%
G = 49.33%
B = 6.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#839314 (or 0x839314) is known color: Citron. HEX triplet: 83, 93 and 14. RGB value is (131,147,20). Sum of RGB (Red+Green+Blue) = 131+147+20=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #839314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839314 is #7C6CEB. Grayscale: #808080. Windows color (decimal): -8154348 or 1348483. OLE color: 1348483.

HSL color Cylindrical-coordinate representation of color #839314: hue angle of 67.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #839314 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 20 -
CMYK 0.11 0 0.86 0.42
HSL 67.56º 0.76% 0.33% -
HSV(B) 67.56º 0.86% 0.58% -
XYZ 19.92 25.74 4.58 -
YUV 127.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 131 147 20 0.11 0 0.86 0.42 67.56 0.76 0.33
Hex 83 93 14 B 0 56 2A 44 4C 21
Octal 203 223 24 13 0 126 52 104 114 41
Binary 10000011 10010011 10100 1011 0 1010110 101010 1000100 1001100 100001

Color Harmonies of #839314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839314

Black with #839314

Text Example


Text Example

White with #839314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839314; }

 p { color: rgb(131,147,20); }

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

background-color css

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

 a { background-color: rgb(131,147,20); }

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

border-color css

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

 span { border-color: rgb(131,147,20); }

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