Html Css Color HEX #829F12 Citron

📋 copy color: '#829F12'

red 130 ◦ green 159 ◦ blue 18

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

Shades of Citron #829F12

Tints of Citron #829F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.79%

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

R = 42.35%
G = 51.79%
B = 5.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#829F12 (or 0x829F12) is known color: Citron. HEX triplet: 82, 9F and 12. RGB value is (130,159,18). Sum of RGB (Red+Green+Blue) = 130+159+18=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #829F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829F12 is #7D60ED. Grayscale: #868686. Windows color (decimal): -8216814 or 1220482. OLE color: 1220482.

HSL color Cylindrical-coordinate representation of color #829F12: hue angle of 72.34º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #829F12 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 18 -
CMYK 0.18 0 0.89 0.38
HSL 72.34º 0.8% 0.35% -
HSV(B) 72.34º 0.89% 0.62% -
XYZ 21.71 29.59 5.14 -
YUV 134.26 62.39 124.96 -
System Red Green Blue C M Y K H S L
Decimal 130 159 18 0.18 0 0.89 0.38 72.34 0.8 0.35
Hex 82 9F 12 12 0 59 26 48 50 23
Octal 202 237 22 22 0 131 46 110 120 43
Binary 10000010 10011111 10010 10010 0 1011001 100110 1001000 1010000 100011

Color Harmonies of #829F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F12

Black with #829F12

Text Example


Text Example

White with #829F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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