Html Css Color HEX #82941D Citron

📋 copy color: '#82941D'

red 130 ◦ green 148 ◦ blue 29

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

Shades of Citron #82941D

Tints of Citron #82941D

RGB

 RED value IS 130 (51.17% from 255) = 42.35%

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

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

R = 42.35%
G = 48.21%
B = 9.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#82941D (or 0x82941D) is known color: Citron. HEX triplet: 82, 94 and 1D. RGB value is (130,148,29). Sum of RGB (Red+Green+Blue) = 130+148+29=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #82941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82941D is #7D6BE2. Grayscale: #818181. Windows color (decimal): -8219619 or 1938562. OLE color: 1938562.

HSL color Cylindrical-coordinate representation of color #82941D: hue angle of 69.08º 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 #82941D is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 29 -
CMYK 0.12 0 0.80 0.42
HSL 69.08º 0.67% 0.35% -
HSV(B) 69.08º 0.8% 0.58% -
XYZ 20.02 26.01 5.13 -
YUV 129.05 71.54 128.68 -
System Red Green Blue C M Y K H S L
Decimal 130 148 29 0.12 0 0.80 0.42 69.08 0.67 0.35
Hex 82 94 1D C 0 50 2A 45 43 23
Octal 202 224 35 14 0 120 52 105 103 43
Binary 10000010 10010100 11101 1100 0 1010000 101010 1000101 1000011 100011

Color Harmonies of #82941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82941D

Black with #82941D

Text Example


Text Example

White with #82941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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