Html Css Color HEX #819220 Citron

📋 copy color: '#819220'

red 129 ◦ green 146 ◦ blue 32

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

Shades of Citron #819220

Tints of Citron #819220

RGB

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

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

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

R = 42.02%
G = 47.56%
B = 10.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#819220 (or 0x819220) is known color: Citron. HEX triplet: 81, 92 and 20. RGB value is (129,146,32). Sum of RGB (Red+Green+Blue) = 129+146+32=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #819220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819220 is #7E6DDF. Grayscale: #808080. Windows color (decimal): -8285664 or 2134657. OLE color: 2134657.

HSL color Cylindrical-coordinate representation of color #819220: hue angle of 68.95º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #819220 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 146 32 -
CMYK 0.12 0 0.78 0.43
HSL 68.95º 0.64% 0.35% -
HSV(B) 68.95º 0.78% 0.57% -
XYZ 19.59 25.33 5.22 -
YUV 127.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 129 146 32 0.12 0 0.78 0.43 68.95 0.64 0.35
Hex 81 92 20 C 0 4E 2B 45 40 23
Octal 201 222 40 14 0 116 53 105 100 43
Binary 10000001 10010010 100000 1100 0 1001110 101011 1000101 1000000 100011

Color Harmonies of #819220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819220

Black with #819220

Text Example


Text Example

White with #819220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819220; }

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

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

background-color css

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

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

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

border-color css

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

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

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