Html Css Color HEX #829D14 Citron

📋 copy color: '#829D14'

red 130 ◦ green 157 ◦ blue 20

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

Shades of Citron #829D14

Tints of Citron #829D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.14%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 42.35%
G = 51.14%
B = 6.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#829D14 (or 0x829D14) is known color: Citron. HEX triplet: 82, 9D and 14. RGB value is (130,157,20). Sum of RGB (Red+Green+Blue) = 130+157+20=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #829D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829D14 is #7D62EB. Grayscale: #858585. Windows color (decimal): -8217324 or 1351042. OLE color: 1351042.

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

Color convert

RGB 130 157 20 -
CMYK 0.17 0 0.87 0.38
HSL 71.82º 0.77% 0.35% -
HSV(B) 71.82º 0.87% 0.62% -
XYZ 21.39 28.91 5.11 -
YUV 133.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 130 157 20 0.17 0 0.87 0.38 71.82 0.77 0.35
Hex 82 9D 14 11 0 57 26 48 4D 23
Octal 202 235 24 21 0 127 46 110 115 43
Binary 10000010 10011101 10100 10001 0 1010111 100110 1001000 1001101 100011

Color Harmonies of #829D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D14

Black with #829D14

Text Example


Text Example

White with #829D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,157,20); }

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

background-color css

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

 a { background-color: rgb(130,157,20); }

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

border-color css

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

 span { border-color: rgb(130,157,20); }

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