Html Css Color HEX #829D12 Citron

📋 copy color: '#829D12'

red 130 ◦ green 157 ◦ blue 18

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

Shades of Citron #829D12

Tints of Citron #829D12

RGB

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

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

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

R = 42.62%
G = 51.48%
B = 5.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#829D12 (or 0x829D12) is known color: Citron. HEX triplet: 82, 9D and 12. RGB value is (130,157,18). Sum of RGB (Red+Green+Blue) = 130+157+18=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #829D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829D12 is #7D62ED. Grayscale: #858585. Windows color (decimal): -8217326 or 1219970. OLE color: 1219970.

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

Color convert

RGB 130 157 18 -
CMYK 0.17 0 0.89 0.38
HSL 71.65º 0.79% 0.34% -
HSV(B) 71.65º 0.89% 0.62% -
XYZ 21.37 28.9 5.02 -
YUV 133.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 130 157 18 0.17 0 0.89 0.38 71.65 0.79 0.34
Hex 82 9D 12 11 0 59 26 48 4F 22
Octal 202 235 22 21 0 131 46 110 117 42
Binary 10000010 10011101 10010 10001 0 1011001 100110 1001000 1001111 100010

Color Harmonies of #829D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D12

Black with #829D12

Text Example


Text Example

White with #829D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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