Html Css Color HEX #829616 Citron

📋 copy color: '#829616'

red 130 ◦ green 150 ◦ blue 22

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

Shades of Citron #829616

Tints of Citron #829616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.67%

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

R = 43.05%
G = 49.67%
B = 7.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#829616 (or 0x829616) is known color: Citron. HEX triplet: 82, 96 and 16. RGB value is (130,150,22). Sum of RGB (Red+Green+Blue) = 130+150+22=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #829616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829616 is #7D69E9. Grayscale: #818181. Windows color (decimal): -8219114 or 1480322. OLE color: 1480322.

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

Color convert

RGB 130 150 22 -
CMYK 0.13 0 0.85 0.41
HSL 69.38º 0.74% 0.34% -
HSV(B) 69.38º 0.85% 0.59% -
XYZ 20.26 26.62 4.83 -
YUV 129.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 130 150 22 0.13 0 0.85 0.41 69.38 0.74 0.34
Hex 82 96 16 D 0 55 29 45 4A 22
Octal 202 226 26 15 0 125 51 105 112 42
Binary 10000010 10010110 10110 1101 0 1010101 101001 1000101 1001010 100010

Color Harmonies of #829616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829616

Black with #829616

Text Example


Text Example

White with #829616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829616; }

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

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

background-color css

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

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

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

border-color css

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

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

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