Html Css Color HEX #83970C Citron

📋 copy color: '#83970C'

red 131 ◦ green 151 ◦ blue 12

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

Shades of Citron #83970C

Tints of Citron #83970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 44.56%
G = 51.36%
B = 4.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#83970C (or 0x83970C) is known color: Citron. HEX triplet: 83, 97 and 0C. RGB value is (131,151,12). Sum of RGB (Red+Green+Blue) = 131+151+12=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #83970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83970C is #7C68F3. Grayscale: #818181. Windows color (decimal): -8153332 or 825219. OLE color: 825219.

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

Color convert

RGB 131 151 12 -
CMYK 0.13 0 0.92 0.41
HSL 68.63º 0.85% 0.32% -
HSV(B) 68.63º 0.92% 0.59% -
XYZ 20.49 26.99 4.48 -
YUV 129.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 131 151 12 0.13 0 0.92 0.41 68.63 0.85 0.32
Hex 83 97 C D 0 5C 29 45 55 20
Octal 203 227 14 15 0 134 51 105 125 40
Binary 10000011 10010111 1100 1101 0 1011100 101001 1000101 1010101 100000

Color Harmonies of #83970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83970C

Black with #83970C

Text Example


Text Example

White with #83970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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