Html Css Color HEX #829426 Citron

📋 copy color: '#829426'

red 130 ◦ green 148 ◦ blue 38

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

Shades of Citron #829426

Tints of Citron #829426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.03%

R = 41.14%
G = 46.84%
B = 12.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#829426 (or 0x829426) is known color: Citron. HEX triplet: 82, 94 and 26. RGB value is (130,148,38). Sum of RGB (Red+Green+Blue) = 130+148+38=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #829426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829426 is #7D6BD9. Grayscale: #828282. Windows color (decimal): -8219610 or 2528386. OLE color: 2528386.

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

Color convert

RGB 130 148 38 -
CMYK 0.12 0 0.74 0.42
HSL 69.82º 0.59% 0.36% -
HSV(B) 69.82º 0.74% 0.58% -
XYZ 20.15 26.07 5.8 -
YUV 130.08 76.04 127.94 -
System Red Green Blue C M Y K H S L
Decimal 130 148 38 0.12 0 0.74 0.42 69.82 0.59 0.36
Hex 82 94 26 C 0 4A 2A 46 3B 24
Octal 202 224 46 14 0 112 52 106 73 44
Binary 10000010 10010100 100110 1100 0 1001010 101010 1000110 111011 100100

Color Harmonies of #829426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829426

Black with #829426

Text Example


Text Example

White with #829426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829426; }

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

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

background-color css

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

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

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

border-color css

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

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

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