Html Css Color HEX #819420 Citron

📋 copy color: '#819420'

red 129 ◦ green 148 ◦ blue 32

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

Shades of Citron #819420

Tints of Citron #819420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

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

R = 41.75%
G = 47.9%
B = 10.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#819420 (or 0x819420) is known color: Citron. HEX triplet: 81, 94 and 20. RGB value is (129,148,32). Sum of RGB (Red+Green+Blue) = 129+148+32=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #819420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819420 is #7E6BDF. Grayscale: #818181. Windows color (decimal): -8285152 or 2135169. OLE color: 2135169.

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

Color convert

RGB 129 148 32 -
CMYK 0.13 0 0.78 0.42
HSL 69.83º 0.64% 0.35% -
HSV(B) 69.83º 0.78% 0.58% -
XYZ 19.9 25.95 5.33 -
YUV 129.1 73.21 127.93 -
System Red Green Blue C M Y K H S L
Decimal 129 148 32 0.13 0 0.78 0.42 69.83 0.64 0.35
Hex 81 94 20 D 0 4E 2A 46 40 23
Octal 201 224 40 15 0 116 52 106 100 43
Binary 10000001 10010100 100000 1101 0 1001110 101010 1000110 1000000 100011

Color Harmonies of #819420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819420

Black with #819420

Text Example


Text Example

White with #819420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819420; }

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

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

background-color css

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

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

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

border-color css

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

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

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