Html Css Color HEX #829120 Citron

📋 copy color: '#829120'

red 130 ◦ green 145 ◦ blue 32

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

Shades of Citron #829120

Tints of Citron #829120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.23%

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

R = 42.35%
G = 47.23%
B = 10.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#829120 (or 0x829120) is known color: Citron. HEX triplet: 82, 91 and 20. RGB value is (130,145,32). Sum of RGB (Red+Green+Blue) = 130+145+32=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #829120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829120 is #7D6EDF. Grayscale: #808080. Windows color (decimal): -8220384 or 2134402. OLE color: 2134402.

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

Color convert

RGB 130 145 32 -
CMYK 0.10 0 0.78 0.43
HSL 67.96º 0.64% 0.35% -
HSV(B) 67.96º 0.78% 0.57% -
XYZ 19.59 25.1 5.18 -
YUV 127.63 74.03 129.69 -
System Red Green Blue C M Y K H S L
Decimal 130 145 32 0.10 0 0.78 0.43 67.96 0.64 0.35
Hex 82 91 20 A 0 4E 2B 44 40 23
Octal 202 221 40 12 0 116 53 104 100 43
Binary 10000010 10010001 100000 1010 0 1001110 101011 1000100 1000000 100011

Color Harmonies of #829120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829120

Black with #829120

Text Example


Text Example

White with #829120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829120; }

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

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

background-color css

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

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

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

border-color css

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

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

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