Html Css Color HEX #83970E Citron

📋 copy color: '#83970E'

red 131 ◦ green 151 ◦ blue 14

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

Shades of Citron #83970E

Tints of Citron #83970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.01%

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

R = 44.26%
G = 51.01%
B = 4.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#83970E (or 0x83970E) is known color: Citron. HEX triplet: 83, 97 and 0E. RGB value is (131,151,14). Sum of RGB (Red+Green+Blue) = 131+151+14=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #83970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83970E is #7C68F1. Grayscale: #818181. Windows color (decimal): -8153330 or 956291. OLE color: 956291.

HSL color Cylindrical-coordinate representation of color #83970E: hue angle of 68.76º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83970E is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 151 14 -
CMYK 0.13 0 0.91 0.41
HSL 68.76º 0.83% 0.32% -
HSV(B) 68.76º 0.91% 0.59% -
XYZ 20.51 26.99 4.54 -
YUV 129.4 62.87 129.14 -
System Red Green Blue C M Y K H S L
Decimal 131 151 14 0.13 0 0.91 0.41 68.76 0.83 0.32
Hex 83 97 E D 0 5B 29 45 53 20
Octal 203 227 16 15 0 133 51 105 123 40
Binary 10000011 10010111 1110 1101 0 1011011 101001 1000101 1010011 100000

Color Harmonies of #83970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83970E

Black with #83970E

Text Example


Text Example

White with #83970E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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