Html Css Color HEX #829412 Citron

📋 copy color: '#829412'

red 130 ◦ green 148 ◦ blue 18

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

Shades of Citron #829412

Tints of Citron #829412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 43.92%
G = 50%
B = 6.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#829412 (or 0x829412) is known color: Citron. HEX triplet: 82, 94 and 12. RGB value is (130,148,18). Sum of RGB (Red+Green+Blue) = 130+148+18=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #829412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829412 is #7D6BED. Grayscale: #808080. Windows color (decimal): -8219630 or 1217666. OLE color: 1217666.

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

Color convert

RGB 130 148 18 -
CMYK 0.12 0 0.88 0.42
HSL 68.31º 0.78% 0.33% -
HSV(B) 68.31º 0.88% 0.58% -
XYZ 19.91 25.97 4.54 -
YUV 127.8 66.04 129.57 -
System Red Green Blue C M Y K H S L
Decimal 130 148 18 0.12 0 0.88 0.42 68.31 0.78 0.33
Hex 82 94 12 C 0 58 2A 44 4E 21
Octal 202 224 22 14 0 130 52 104 116 41
Binary 10000010 10010100 10010 1100 0 1011000 101010 1000100 1001110 100001

Color Harmonies of #829412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829412

Black with #829412

Text Example


Text Example

White with #829412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829412; }

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

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

background-color css

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

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

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

border-color css

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

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

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