Html Css Color HEX #83950F Citron

📋 copy color: '#83950F'

red 131 ◦ green 149 ◦ blue 15

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

Shades of Citron #83950F

Tints of Citron #83950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.51%

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

R = 44.41%
G = 50.51%
B = 5.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#83950F (or 0x83950F) is known color: Citron. HEX triplet: 83, 95 and 0F. RGB value is (131,149,15). Sum of RGB (Red+Green+Blue) = 131+149+15=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #83950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83950F is #7C6AF0. Grayscale: #808080. Windows color (decimal): -8153841 or 1021315. OLE color: 1021315.

HSL color Cylindrical-coordinate representation of color #83950F: hue angle of 68.06º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83950F is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 149 15 -
CMYK 0.12 0 0.90 0.42
HSL 68.06º 0.82% 0.32% -
HSV(B) 68.06º 0.9% 0.58% -
XYZ 20.19 26.35 4.47 -
YUV 128.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 131 149 15 0.12 0 0.90 0.42 68.06 0.82 0.32
Hex 83 95 F C 0 5A 2A 44 52 20
Octal 203 225 17 14 0 132 52 104 122 40
Binary 10000011 10010101 1111 1100 0 1011010 101010 1000100 1010010 100000

Color Harmonies of #83950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83950F

Black with #83950F

Text Example


Text Example

White with #83950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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