Html Css Color HEX #829516 Citron

📋 copy color: '#829516'

red 130 ◦ green 149 ◦ blue 22

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

Shades of Citron #829516

Tints of Citron #829516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 43.19%
G = 49.5%
B = 7.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#829516 (or 0x829516) is known color: Citron. HEX triplet: 82, 95 and 16. RGB value is (130,149,22). Sum of RGB (Red+Green+Blue) = 130+149+22=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #829516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829516 is #7D6AE9. Grayscale: #818181. Windows color (decimal): -8219370 or 1480066. OLE color: 1480066.

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

Color convert

RGB 130 149 22 -
CMYK 0.13 0 0.85 0.42
HSL 68.98º 0.74% 0.34% -
HSV(B) 68.98º 0.85% 0.58% -
XYZ 20.1 26.3 4.78 -
YUV 128.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 130 149 22 0.13 0 0.85 0.42 68.98 0.74 0.34
Hex 82 95 16 D 0 55 2A 45 4A 22
Octal 202 225 26 15 0 125 52 105 112 42
Binary 10000010 10010101 10110 1101 0 1010101 101010 1000101 1001010 100010

Color Harmonies of #829516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829516

Black with #829516

Text Example


Text Example

White with #829516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829516; }

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

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

background-color css

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

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

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

border-color css

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

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

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