Html Css Color HEX #829922 Citron

📋 copy color: '#829922'

red 130 ◦ green 153 ◦ blue 34

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

Shades of Citron #829922

Tints of Citron #829922

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.26%

 BLUE value IS 34 (13.67% from 255) = 10.73%

R = 41.01%
G = 48.26%
B = 10.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#829922 (or 0x829922) is known color: Citron. HEX triplet: 82, 99 and 22. RGB value is (130,153,34). Sum of RGB (Red+Green+Blue) = 130+153+34=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #829922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829922 is #7D66DD. Grayscale: #858585. Windows color (decimal): -8218334 or 2267522. OLE color: 2267522.

HSL color Cylindrical-coordinate representation of color #829922: hue angle of 71.6º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #829922 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 34 -
CMYK 0.15 0 0.78 0.4
HSL 71.6º 0.64% 0.37% -
HSV(B) 71.6º 0.78% 0.6% -
XYZ 20.89 27.64 5.75 -
YUV 132.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 130 153 34 0.15 0 0.78 0.4 71.6 0.64 0.37
Hex 82 99 22 F 0 4E 28 48 40 25
Octal 202 231 42 17 0 116 50 110 100 45
Binary 10000010 10011001 100010 1111 0 1001110 101000 1001000 1000000 100101

Color Harmonies of #829922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829922

Black with #829922

Text Example


Text Example

White with #829922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829922; }

 p { color: rgb(130,153,34); }

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

background-color css

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

 a { background-color: rgb(130,153,34); }

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

border-color css

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

 span { border-color: rgb(130,153,34); }

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