Html Css Color HEX #83990F Citron

📋 copy color: '#83990F'

red 131 ◦ green 153 ◦ blue 15

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

Shades of Citron #83990F

Tints of Citron #83990F

RGB

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

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

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

R = 43.81%
G = 51.17%
B = 5.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#83990F (or 0x83990F) is known color: Citron. HEX triplet: 83, 99 and 0F. RGB value is (131,153,15). Sum of RGB (Red+Green+Blue) = 131+153+15=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #83990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83990F is #7C66F0. Grayscale: #838383. Windows color (decimal): -8152817 or 1022339. OLE color: 1022339.

HSL color Cylindrical-coordinate representation of color #83990F: hue angle of 69.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83990F is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 15 -
CMYK 0.14 0 0.90 0.4
HSL 69.57º 0.82% 0.33% -
HSV(B) 69.57º 0.9% 0.6% -
XYZ 20.84 27.64 4.69 -
YUV 130.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 131 153 15 0.14 0 0.90 0.4 69.57 0.82 0.33
Hex 83 99 F E 0 5A 28 46 52 21
Octal 203 231 17 16 0 132 50 106 122 41
Binary 10000011 10011001 1111 1110 0 1011010 101000 1000110 1010010 100001

Color Harmonies of #83990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83990F

Black with #83990F

Text Example


Text Example

White with #83990F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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