Html Css Color HEX #839914 Citron

📋 copy color: '#839914'

red 131 ◦ green 153 ◦ blue 20

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

Shades of Citron #839914

Tints of Citron #839914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.33%

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

R = 43.09%
G = 50.33%
B = 6.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#839914 (or 0x839914) is known color: Citron. HEX triplet: 83, 99 and 14. RGB value is (131,153,20). Sum of RGB (Red+Green+Blue) = 131+153+20=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #839914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839914 is #7C66EB. Grayscale: #838383. Windows color (decimal): -8152812 or 1350019. OLE color: 1350019.

HSL color Cylindrical-coordinate representation of color #839914: hue angle of 69.92º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #839914 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 20 -
CMYK 0.14 0 0.87 0.4
HSL 69.92º 0.77% 0.34% -
HSV(B) 69.92º 0.87% 0.6% -
XYZ 20.88 27.66 4.9 -
YUV 131.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 131 153 20 0.14 0 0.87 0.4 69.92 0.77 0.34
Hex 83 99 14 E 0 57 28 46 4D 22
Octal 203 231 24 16 0 127 50 106 115 42
Binary 10000011 10011001 10100 1110 0 1010111 101000 1000110 1001101 100010

Color Harmonies of #839914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839914

Black with #839914

Text Example


Text Example

White with #839914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839914; }

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

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

background-color css

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

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

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

border-color css

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

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

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