Html Css Color HEX #829C1A Citron

📋 copy color: '#829C1A'

red 130 ◦ green 156 ◦ blue 26

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

Shades of Citron #829C1A

Tints of Citron #829C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50%

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 41.67%
G = 50%
B = 8.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#829C1A (or 0x829C1A) is known color: Citron. HEX triplet: 82, 9C and 1A. RGB value is (130,156,26). Sum of RGB (Red+Green+Blue) = 130+156+26=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #829C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C1A is #7D63E5. Grayscale: #858585. Windows color (decimal): -8217574 or 1744002. OLE color: 1744002.

HSL color Cylindrical-coordinate representation of color #829C1A: hue angle of 72º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #829C1A is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 26 -
CMYK 0.17 0 0.83 0.39
HSL 72º 0.71% 0.36% -
HSV(B) 72º 0.83% 0.61% -
XYZ 21.28 28.6 5.38 -
YUV 133.41 67.39 125.57 -
System Red Green Blue C M Y K H S L
Decimal 130 156 26 0.17 0 0.83 0.39 72 0.71 0.36
Hex 82 9C 1A 11 0 53 27 48 47 24
Octal 202 234 32 21 0 123 47 110 107 44
Binary 10000010 10011100 11010 10001 0 1010011 100111 1001000 1000111 100100

Color Harmonies of #829C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C1A

Black with #829C1A

Text Example


Text Example

White with #829C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,156,26); }

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

background-color css

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

 a { background-color: rgb(130,156,26); }

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

border-color css

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

 span { border-color: rgb(130,156,26); }

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