Html Css Color HEX #819620 Citron

📋 copy color: '#819620'

red 129 ◦ green 150 ◦ blue 32

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

Shades of Citron #819620

Tints of Citron #819620

RGB

 RED value IS 129 (50.78% from 255) = 41.48%

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

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 41.48%
G = 48.23%
B = 10.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#819620 (or 0x819620) is known color: Citron. HEX triplet: 81, 96 and 20. RGB value is (129,150,32). Sum of RGB (Red+Green+Blue) = 129+150+32=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #819620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819620 is #7E69DF. Grayscale: #828282. Windows color (decimal): -8284640 or 2135681. OLE color: 2135681.

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

Color convert

RGB 129 150 32 -
CMYK 0.14 0 0.79 0.41
HSL 70.68º 0.65% 0.36% -
HSV(B) 70.68º 0.79% 0.59% -
XYZ 20.22 26.58 5.43 -
YUV 130.27 72.54 127.09 -
System Red Green Blue C M Y K H S L
Decimal 129 150 32 0.14 0 0.79 0.41 70.68 0.65 0.36
Hex 81 96 20 E 0 4F 29 47 41 24
Octal 201 226 40 16 0 117 51 107 101 44
Binary 10000001 10010110 100000 1110 0 1001111 101001 1000111 1000001 100100

Color Harmonies of #819620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819620

Black with #819620

Text Example


Text Example

White with #819620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819620; }

 p { color: rgb(129,150,32); }

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

background-color css

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

 a { background-color: rgb(129,150,32); }

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

border-color css

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

 span { border-color: rgb(129,150,32); }

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