Html Css Color HEX #829321 Citron

📋 copy color: '#829321'

red 130 ◦ green 147 ◦ blue 33

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

Shades of Citron #829321

Tints of Citron #829321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 41.94%
G = 47.42%
B = 10.65%

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

#829321 (or 0x829321) is known color: Citron. HEX triplet: 82, 93 and 21. RGB value is (130,147,33). Sum of RGB (Red+Green+Blue) = 130+147+33=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #829321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829321 is #7D6CDE. Grayscale: #818181. Windows color (decimal): -8219871 or 2200450. OLE color: 2200450.

HSL color Cylindrical-coordinate representation of color #829321: hue angle of 68.95º degrees, saturation: 0.63, 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 #829321 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 33 -
CMYK 0.12 0 0.78 0.42
HSL 68.95º 0.63% 0.35% -
HSV(B) 68.95º 0.78% 0.58% -
XYZ 19.91 25.72 5.35 -
YUV 128.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 130 147 33 0.12 0 0.78 0.42 68.95 0.63 0.35
Hex 82 93 21 C 0 4E 2A 45 3F 23
Octal 202 223 41 14 0 116 52 105 77 43
Binary 10000010 10010011 100001 1100 0 1001110 101010 1000101 111111 100011

Color Harmonies of #829321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829321

Black with #829321

Text Example


Text Example

White with #829321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829321; }

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

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

background-color css

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

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

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

border-color css

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

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

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