Html Css Color HEX #829224 Citron

📋 copy color: '#829224'

red 130 ◦ green 146 ◦ blue 36

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

Shades of Citron #829224

Tints of Citron #829224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

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

R = 41.67%
G = 46.79%
B = 11.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#829224 (or 0x829224) is known color: Citron. HEX triplet: 82, 92 and 24. RGB value is (130,146,36). Sum of RGB (Red+Green+Blue) = 130+146+36=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #829224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829224 is #7D6DDB. Grayscale: #818181. Windows color (decimal): -8220124 or 2396802. OLE color: 2396802.

HSL color Cylindrical-coordinate representation of color #829224: hue angle of 68.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #829224 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 36 -
CMYK 0.11 0 0.75 0.43
HSL 68.73º 0.6% 0.36% -
HSV(B) 68.73º 0.75% 0.57% -
XYZ 19.8 25.43 5.53 -
YUV 128.68 75.7 128.94 -
System Red Green Blue C M Y K H S L
Decimal 130 146 36 0.11 0 0.75 0.43 68.73 0.6 0.36
Hex 82 92 24 B 0 4B 2B 45 3C 24
Octal 202 222 44 13 0 113 53 105 74 44
Binary 10000010 10010010 100100 1011 0 1001011 101011 1000101 111100 100100

Color Harmonies of #829224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829224

Black with #829224

Text Example


Text Example

White with #829224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829224; }

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

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

background-color css

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

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

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

border-color css

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

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

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