Html Css Color HEX #829413 Citron

📋 copy color: '#829413'

red 130 ◦ green 148 ◦ blue 19

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

Shades of Citron #829413

Tints of Citron #829413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.83%

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

R = 43.77%
G = 49.83%
B = 6.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#829413 (or 0x829413) is known color: Citron. HEX triplet: 82, 94 and 13. RGB value is (130,148,19). Sum of RGB (Red+Green+Blue) = 130+148+19=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #829413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829413 is #7D6BEC. Grayscale: #808080. Windows color (decimal): -8219629 or 1283202. OLE color: 1283202.

HSL color Cylindrical-coordinate representation of color #829413: hue angle of 68.37º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #829413 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 19 -
CMYK 0.12 0 0.87 0.42
HSL 68.37º 0.77% 0.33% -
HSV(B) 68.37º 0.87% 0.58% -
XYZ 19.91 25.97 4.58 -
YUV 127.91 66.54 129.49 -
System Red Green Blue C M Y K H S L
Decimal 130 148 19 0.12 0 0.87 0.42 68.37 0.77 0.33
Hex 82 94 13 C 0 57 2A 44 4D 21
Octal 202 224 23 14 0 127 52 104 115 41
Binary 10000010 10010100 10011 1100 0 1010111 101010 1000100 1001101 100001

Color Harmonies of #829413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829413

Black with #829413

Text Example


Text Example

White with #829413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829413; }

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

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

background-color css

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

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

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

border-color css

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

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

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