Html Css Color HEX #829913 Citron

📋 copy color: '#829913'

red 130 ◦ green 153 ◦ blue 19

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

Shades of Citron #829913

Tints of Citron #829913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.66%

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 43.05%
G = 50.66%
B = 6.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#829913 (or 0x829913) is known color: Citron. HEX triplet: 82, 99 and 13. RGB value is (130,153,19). Sum of RGB (Red+Green+Blue) = 130+153+19=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #829913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829913 is #7D66EC. Grayscale: #838383. Windows color (decimal): -8218349 or 1284482. OLE color: 1284482.

HSL color Cylindrical-coordinate representation of color #829913: hue angle of 70.3º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #829913 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 19 -
CMYK 0.15 0 0.88 0.4
HSL 70.3º 0.78% 0.34% -
HSV(B) 70.3º 0.88% 0.6% -
XYZ 20.71 27.58 4.85 -
YUV 130.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 130 153 19 0.15 0 0.88 0.4 70.3 0.78 0.34
Hex 82 99 13 F 0 58 28 46 4E 22
Octal 202 231 23 17 0 130 50 106 116 42
Binary 10000010 10011001 10011 1111 0 1011000 101000 1000110 1001110 100010

Color Harmonies of #829913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829913

Black with #829913

Text Example


Text Example

White with #829913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829913; }

 p { color: rgb(130,153,19); }

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

background-color css

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

 a { background-color: rgb(130,153,19); }

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

border-color css

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

 span { border-color: rgb(130,153,19); }

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