Html Css Color HEX #83981D Citron

📋 copy color: '#83981D'

red 131 ◦ green 152 ◦ blue 29

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

Shades of Citron #83981D

Tints of Citron #83981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.72%

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 41.99%
G = 48.72%
B = 9.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#83981D (or 0x83981D) is known color: Citron. HEX triplet: 83, 98 and 1D. RGB value is (131,152,29). Sum of RGB (Red+Green+Blue) = 131+152+29=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #83981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83981D is #7C67E2. Grayscale: #848484. Windows color (decimal): -8153059 or 1939587. OLE color: 1939587.

HSL color Cylindrical-coordinate representation of color #83981D: hue angle of 70.24º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83981D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 152 29 -
CMYK 0.14 0 0.81 0.40
HSL 70.24º 0.68% 0.35% -
HSV(B) 70.24º 0.81% 0.6% -
XYZ 20.81 27.37 5.35 -
YUV 131.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 131 152 29 0.14 0 0.81 0.40 70.24 0.68 0.35
Hex 83 98 1D E 0 51 28 46 44 23
Octal 203 230 35 16 0 121 50 106 104 43
Binary 10000011 10011000 11101 1110 0 1010001 101000 1000110 1000100 100011

Color Harmonies of #83981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83981D

Black with #83981D

Text Example


Text Example

White with #83981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83981D; }

 p { color: rgb(131,152,29); }

 H1.HeaderClassName
 {
   color: #83981D;
 }
 .AnyTagClassName
 {
   color: #83981D;
 }
</style>

background-color css

<style>
 a { background-color: #83981D; }

 a { background-color: rgb(131,152,29); }

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

border-color css

<style>
 span { border-color: #83981D; }

 span { border-color: rgb(131,152,29); }

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