Html Css Color HEX #829820 Citron

📋 copy color: '#829820'

red 130 ◦ green 152 ◦ blue 32

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

Shades of Citron #829820

Tints of Citron #829820

RGB

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

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

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

R = 41.4%
G = 48.41%
B = 10.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#829820 (or 0x829820) is known color: Citron. HEX triplet: 82, 98 and 20. RGB value is (130,152,32). Sum of RGB (Red+Green+Blue) = 130+152+32=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #829820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829820 is #7D67DF. Grayscale: #848484. Windows color (decimal): -8218592 or 2136194. OLE color: 2136194.

HSL color Cylindrical-coordinate representation of color #829820: hue angle of 71º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #829820 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 32 -
CMYK 0.14 0 0.79 0.40
HSL 71º 0.65% 0.36% -
HSV(B) 71º 0.79% 0.6% -
XYZ 20.69 27.31 5.55 -
YUV 131.74 71.71 126.76 -
System Red Green Blue C M Y K H S L
Decimal 130 152 32 0.14 0 0.79 0.40 71 0.65 0.36
Hex 82 98 20 E 0 4F 28 47 41 24
Octal 202 230 40 16 0 117 50 107 101 44
Binary 10000010 10011000 100000 1110 0 1001111 101000 1000111 1000001 100100

Color Harmonies of #829820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829820

Black with #829820

Text Example


Text Example

White with #829820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829820; }

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

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

background-color css

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

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

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

border-color css

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

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

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