Html Css Color HEX #829320 Citron

📋 copy color: '#829320'

red 130 ◦ green 147 ◦ blue 32

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

Shades of Citron #829320

Tints of Citron #829320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 42.07%
G = 47.57%
B = 10.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#829320 (or 0x829320) is known color: Citron. HEX triplet: 82, 93 and 20. RGB value is (130,147,32). Sum of RGB (Red+Green+Blue) = 130+147+32=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #829320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829320 is #7D6CDF. Grayscale: #818181. Windows color (decimal): -8219872 or 2134914. OLE color: 2134914.

HSL color Cylindrical-coordinate representation of color #829320: hue angle of 68.87º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #829320 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 32 -
CMYK 0.12 0 0.78 0.42
HSL 68.87º 0.64% 0.35% -
HSV(B) 68.87º 0.78% 0.58% -
XYZ 19.9 25.72 5.28 -
YUV 128.81 73.37 128.85 -
System Red Green Blue C M Y K H S L
Decimal 130 147 32 0.12 0 0.78 0.42 68.87 0.64 0.35
Hex 82 93 20 C 0 4E 2A 45 40 23
Octal 202 223 40 14 0 116 52 105 100 43
Binary 10000010 10010011 100000 1100 0 1001110 101010 1000101 1000000 100011

Color Harmonies of #829320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829320

Black with #829320

Text Example


Text Example

White with #829320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829320; }

 p { color: rgb(130,147,32); }

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

background-color css

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

 a { background-color: rgb(130,147,32); }

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

border-color css

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

 span { border-color: rgb(130,147,32); }

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