Html Css Color HEX #829110 Citron

📋 copy color: '#829110'

red 130 ◦ green 145 ◦ blue 16

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

Shades of Citron #829110

Tints of Citron #829110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 44.67%
G = 49.83%
B = 5.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#829110 (or 0x829110) is known color: Citron. HEX triplet: 82, 91 and 10. RGB value is (130,145,16). Sum of RGB (Red+Green+Blue) = 130+145+16=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #829110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829110 is #7D6EEF. Grayscale: #7E7E7E. Windows color (decimal): -8220400 or 1085826. OLE color: 1085826.

HSL color Cylindrical-coordinate representation of color #829110: hue angle of 66.98º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #829110 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 16 -
CMYK 0.10 0 0.89 0.43
HSL 66.98º 0.8% 0.32% -
HSV(B) 66.98º 0.89% 0.57% -
XYZ 19.42 25.03 4.3 -
YUV 125.81 66.03 130.99 -
System Red Green Blue C M Y K H S L
Decimal 130 145 16 0.10 0 0.89 0.43 66.98 0.8 0.32
Hex 82 91 10 A 0 59 2B 43 50 20
Octal 202 221 20 12 0 131 53 103 120 40
Binary 10000010 10010001 10000 1010 0 1011001 101011 1000011 1010000 100000

Color Harmonies of #829110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829110

Black with #829110

Text Example


Text Example

White with #829110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829110; }

 p { color: rgb(130,145,16); }

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

background-color css

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

 a { background-color: rgb(130,145,16); }

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

border-color css

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

 span { border-color: rgb(130,145,16); }

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