Html Css Color HEX #829821 Citron

📋 copy color: '#829821'

red 130 ◦ green 152 ◦ blue 33

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

Shades of Citron #829821

Tints of Citron #829821

RGB

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

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

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

R = 41.27%
G = 48.25%
B = 10.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#829821 (or 0x829821) is known color: Citron. HEX triplet: 82, 98 and 21. RGB value is (130,152,33). Sum of RGB (Red+Green+Blue) = 130+152+33=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #829821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829821 is #7D67DE. Grayscale: #848484. Windows color (decimal): -8218591 or 2201730. OLE color: 2201730.

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

Color convert

RGB 130 152 33 -
CMYK 0.14 0 0.78 0.40
HSL 71.09º 0.64% 0.36% -
HSV(B) 71.09º 0.78% 0.6% -
XYZ 20.71 27.31 5.62 -
YUV 131.86 72.21 126.68 -
System Red Green Blue C M Y K H S L
Decimal 130 152 33 0.14 0 0.78 0.40 71.09 0.64 0.36
Hex 82 98 21 E 0 4E 28 47 40 24
Octal 202 230 41 16 0 116 50 107 100 44
Binary 10000010 10011000 100001 1110 0 1001110 101000 1000111 1000000 100100

Color Harmonies of #829821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829821

Black with #829821

Text Example


Text Example

White with #829821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829821; }

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

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

background-color css

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

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

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

border-color css

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

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

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