Html Css Color HEX #829822 Citron

📋 copy color: '#829822'

red 130 ◦ green 152 ◦ blue 34

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

Shades of Citron #829822

Tints of Citron #829822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

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

R = 41.14%
G = 48.1%
B = 10.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#829822 (or 0x829822) is known color: Citron. HEX triplet: 82, 98 and 22. RGB value is (130,152,34). Sum of RGB (Red+Green+Blue) = 130+152+34=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #829822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829822 is #7D67DD. Grayscale: #848484. Windows color (decimal): -8218590 or 2267266. OLE color: 2267266.

HSL color Cylindrical-coordinate representation of color #829822: hue angle of 71.19º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #829822 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 34 -
CMYK 0.14 0 0.78 0.40
HSL 71.19º 0.63% 0.36% -
HSV(B) 71.19º 0.78% 0.6% -
XYZ 20.72 27.32 5.69 -
YUV 131.97 72.71 126.59 -
System Red Green Blue C M Y K H S L
Decimal 130 152 34 0.14 0 0.78 0.40 71.19 0.63 0.36
Hex 82 98 22 E 0 4E 28 47 3F 24
Octal 202 230 42 16 0 116 50 107 77 44
Binary 10000010 10011000 100010 1110 0 1001110 101000 1000111 111111 100100

Color Harmonies of #829822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829822

Black with #829822

Text Example


Text Example

White with #829822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829822; }

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

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

background-color css

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

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

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

border-color css

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

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

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