Html Css Color HEX #83910F Citron

📋 copy color: '#83910F'

red 131 ◦ green 145 ◦ blue 15

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

Shades of Citron #83910F

Tints of Citron #83910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 45.02%
G = 49.83%
B = 5.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#83910F (or 0x83910F) is known color: Citron. HEX triplet: 83, 91 and 0F. RGB value is (131,145,15). Sum of RGB (Red+Green+Blue) = 131+145+15=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #83910F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83910F is #7C6EF0. Grayscale: #7E7E7E. Windows color (decimal): -8154865 or 1020291. OLE color: 1020291.

HSL color Cylindrical-coordinate representation of color #83910F: hue angle of 66.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83910F is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 15 -
CMYK 0.10 0 0.90 0.43
HSL 66.46º 0.81% 0.31% -
HSV(B) 66.46º 0.9% 0.57% -
XYZ 19.57 25.11 4.27 -
YUV 125.99 65.36 131.57 -
System Red Green Blue C M Y K H S L
Decimal 131 145 15 0.10 0 0.90 0.43 66.46 0.81 0.31
Hex 83 91 F A 0 5A 2B 42 51 1F
Octal 203 221 17 12 0 132 53 102 121 37
Binary 10000011 10010001 1111 1010 0 1011010 101011 1000010 1010001 11111

Color Harmonies of #83910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83910F

Black with #83910F

Text Example


Text Example

White with #83910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,145,15); }

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

background-color css

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

 a { background-color: rgb(131,145,15); }

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

border-color css

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

 span { border-color: rgb(131,145,15); }

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