Html Css Color HEX #83941D Citron

📋 copy color: '#83941D'

red 131 ◦ green 148 ◦ blue 29

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

Shades of Citron #83941D

Tints of Citron #83941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.05%

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

R = 42.53%
G = 48.05%
B = 9.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#83941D (or 0x83941D) is known color: Citron. HEX triplet: 83, 94 and 1D. RGB value is (131,148,29). Sum of RGB (Red+Green+Blue) = 131+148+29=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #83941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83941D is #7C6BE2. Grayscale: #818181. Windows color (decimal): -8154083 or 1938563. OLE color: 1938563.

HSL color Cylindrical-coordinate representation of color #83941D: hue angle of 68.57º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83941D is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 29 -
CMYK 0.11 0 0.80 0.42
HSL 68.57º 0.67% 0.35% -
HSV(B) 68.57º 0.8% 0.58% -
XYZ 20.17 26.09 5.14 -
YUV 129.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 131 148 29 0.11 0 0.80 0.42 68.57 0.67 0.35
Hex 83 94 1D B 0 50 2A 45 43 23
Octal 203 224 35 13 0 120 52 105 103 43
Binary 10000011 10010100 11101 1011 0 1010000 101010 1000101 1000011 100011

Color Harmonies of #83941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83941D

Black with #83941D

Text Example


Text Example

White with #83941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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