Html Css Color HEX #829521 Citron

📋 copy color: '#829521'

red 130 ◦ green 149 ◦ blue 33

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

Shades of Citron #829521

Tints of Citron #829521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

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

R = 41.67%
G = 47.76%
B = 10.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#829521 (or 0x829521) is known color: Citron. HEX triplet: 82, 95 and 21. RGB value is (130,149,33). Sum of RGB (Red+Green+Blue) = 130+149+33=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #829521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829521 is #7D6ADE. Grayscale: #828282. Windows color (decimal): -8219359 or 2200962. OLE color: 2200962.

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

Color convert

RGB 130 149 33 -
CMYK 0.13 0 0.78 0.42
HSL 69.83º 0.64% 0.36% -
HSV(B) 69.83º 0.78% 0.58% -
XYZ 20.23 26.35 5.46 -
YUV 130.1 73.21 127.93 -
System Red Green Blue C M Y K H S L
Decimal 130 149 33 0.13 0 0.78 0.42 69.83 0.64 0.36
Hex 82 95 21 D 0 4E 2A 46 40 24
Octal 202 225 41 15 0 116 52 106 100 44
Binary 10000010 10010101 100001 1101 0 1001110 101010 1000110 1000000 100100

Color Harmonies of #829521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829521

Black with #829521

Text Example


Text Example

White with #829521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829521; }

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

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

background-color css

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

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

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

border-color css

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

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

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