Html Css Color HEX #829424 Citron

📋 copy color: '#829424'

red 130 ◦ green 148 ◦ blue 36

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

Shades of Citron #829424

Tints of Citron #829424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 41.4%
G = 47.13%
B = 11.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#829424 (or 0x829424) is known color: Citron. HEX triplet: 82, 94 and 24. RGB value is (130,148,36). Sum of RGB (Red+Green+Blue) = 130+148+36=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #829424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829424 is #7D6BDB. Grayscale: #828282. Windows color (decimal): -8219612 or 2397314. OLE color: 2397314.

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

Color convert

RGB 130 148 36 -
CMYK 0.12 0 0.76 0.42
HSL 69.64º 0.61% 0.36% -
HSV(B) 69.64º 0.76% 0.58% -
XYZ 20.11 26.05 5.64 -
YUV 129.85 75.04 128.11 -
System Red Green Blue C M Y K H S L
Decimal 130 148 36 0.12 0 0.76 0.42 69.64 0.61 0.36
Hex 82 94 24 C 0 4C 2A 46 3D 24
Octal 202 224 44 14 0 114 52 106 75 44
Binary 10000010 10010100 100100 1100 0 1001100 101010 1000110 111101 100100

Color Harmonies of #829424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829424

Black with #829424

Text Example


Text Example

White with #829424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829424; }

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

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

background-color css

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

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

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

border-color css

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

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

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