Html Css Color HEX #819210 Citron

📋 copy color: '#819210'

red 129 ◦ green 146 ◦ blue 16

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

Shades of Citron #819210

Tints of Citron #819210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 44.33%
G = 50.17%
B = 5.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#819210 (or 0x819210) is known color: Citron. HEX triplet: 81, 92 and 10. RGB value is (129,146,16). Sum of RGB (Red+Green+Blue) = 129+146+16=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #819210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819210 is #7E6DEF. Grayscale: #7E7E7E. Windows color (decimal): -8285680 or 1086081. OLE color: 1086081.

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

Color convert

RGB 129 146 16 -
CMYK 0.12 0 0.89 0.43
HSL 67.85º 0.8% 0.32% -
HSV(B) 67.85º 0.89% 0.57% -
XYZ 19.43 25.26 4.34 -
YUV 126.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 129 146 16 0.12 0 0.89 0.43 67.85 0.8 0.32
Hex 81 92 10 C 0 59 2B 44 50 20
Octal 201 222 20 14 0 131 53 104 120 40
Binary 10000001 10010010 10000 1100 0 1011001 101011 1000100 1010000 100000

Color Harmonies of #819210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819210

Black with #819210

Text Example


Text Example

White with #819210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819210; }

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

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

background-color css

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

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

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

border-color css

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

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

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