Html Css Color HEX #829610 Citron

📋 copy color: '#829610'

red 130 ◦ green 150 ◦ blue 16

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

Shades of Citron #829610

Tints of Citron #829610

RGB

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

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

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

R = 43.92%
G = 50.68%
B = 5.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#829610 (or 0x829610) is known color: Citron. HEX triplet: 82, 96 and 10. RGB value is (130,150,16). Sum of RGB (Red+Green+Blue) = 130+150+16=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #829610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829610 is #7D69EF. Grayscale: #818181. Windows color (decimal): -8219120 or 1087106. OLE color: 1087106.

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

Color convert

RGB 130 150 16 -
CMYK 0.13 0 0.89 0.41
HSL 68.96º 0.81% 0.33% -
HSV(B) 68.96º 0.89% 0.59% -
XYZ 20.21 26.6 4.56 -
YUV 128.74 64.37 128.9 -
System Red Green Blue C M Y K H S L
Decimal 130 150 16 0.13 0 0.89 0.41 68.96 0.81 0.33
Hex 82 96 10 D 0 59 29 45 51 21
Octal 202 226 20 15 0 131 51 105 121 41
Binary 10000010 10010110 10000 1101 0 1011001 101001 1000101 1010001 100001

Color Harmonies of #829610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829610

Black with #829610

Text Example


Text Example

White with #829610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829610; }

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

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

background-color css

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

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

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

border-color css

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

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

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