Html Css Color HEX #829B10 Citron

📋 copy color: '#829B10'

red 130 ◦ green 155 ◦ blue 16

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

Shades of Citron #829B10

Tints of Citron #829B10

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.5%

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

R = 43.19%
G = 51.5%
B = 5.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#829B10 (or 0x829B10) is known color: Citron. HEX triplet: 82, 9B and 10. RGB value is (130,155,16). Sum of RGB (Red+Green+Blue) = 130+155+16=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #829B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829B10 is #7D64EF. Grayscale: #848484. Windows color (decimal): -8217840 or 1088386. OLE color: 1088386.

HSL color Cylindrical-coordinate representation of color #829B10: hue angle of 70.79º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #829B10 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 16 -
CMYK 0.16 0 0.90 0.39
HSL 70.79º 0.81% 0.34% -
HSV(B) 70.79º 0.9% 0.61% -
XYZ 21.02 28.23 4.83 -
YUV 131.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 130 155 16 0.16 0 0.90 0.39 70.79 0.81 0.34
Hex 82 9B 10 10 0 5A 27 47 51 22
Octal 202 233 20 20 0 132 47 107 121 42
Binary 10000010 10011011 10000 10000 0 1011010 100111 1000111 1010001 100010

Color Harmonies of #829B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B10

Black with #829B10

Text Example


Text Example

White with #829B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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