Html Css Color HEX #829622 Citron

📋 copy color: '#829622'

red 130 ◦ green 150 ◦ blue 34

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

Shades of Citron #829622

Tints of Citron #829622

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.77%

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

R = 41.4%
G = 47.77%
B = 10.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#829622 (or 0x829622) is known color: Citron. HEX triplet: 82, 96 and 22. RGB value is (130,150,34). Sum of RGB (Red+Green+Blue) = 130+150+34=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #829622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829622 is #7D69DD. Grayscale: #838383. Windows color (decimal): -8219102 or 2266754. OLE color: 2266754.

HSL color Cylindrical-coordinate representation of color #829622: hue angle of 70.34º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829622 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 34 -
CMYK 0.13 0 0.77 0.41
HSL 70.34º 0.63% 0.36% -
HSV(B) 70.34º 0.77% 0.59% -
XYZ 20.4 26.67 5.59 -
YUV 130.8 73.37 127.43 -
System Red Green Blue C M Y K H S L
Decimal 130 150 34 0.13 0 0.77 0.41 70.34 0.63 0.36
Hex 82 96 22 D 0 4D 29 46 3F 24
Octal 202 226 42 15 0 115 51 106 77 44
Binary 10000010 10010110 100010 1101 0 1001101 101001 1000110 111111 100100

Color Harmonies of #829622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829622

Black with #829622

Text Example


Text Example

White with #829622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829622; }

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

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

background-color css

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

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

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

border-color css

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

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

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