Html Css Color HEX #819413 Citron

📋 copy color: '#819413'

red 129 ◦ green 148 ◦ blue 19

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

Shades of Citron #819413

Tints of Citron #819413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 43.58%
G = 50%
B = 6.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#819413 (or 0x819413) is known color: Citron. HEX triplet: 81, 94 and 13. RGB value is (129,148,19). Sum of RGB (Red+Green+Blue) = 129+148+19=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #819413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819413 is #7E6BEC. Grayscale: #808080. Windows color (decimal): -8285165 or 1283201. OLE color: 1283201.

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

Color convert

RGB 129 148 19 -
CMYK 0.13 0 0.87 0.42
HSL 68.84º 0.77% 0.33% -
HSV(B) 68.84º 0.87% 0.58% -
XYZ 19.76 25.89 4.57 -
YUV 127.61 66.71 128.99 -
System Red Green Blue C M Y K H S L
Decimal 129 148 19 0.13 0 0.87 0.42 68.84 0.77 0.33
Hex 81 94 13 D 0 57 2A 45 4D 21
Octal 201 224 23 15 0 127 52 105 115 41
Binary 10000001 10010100 10011 1101 0 1010111 101010 1000101 1001101 100001

Color Harmonies of #819413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819413

Black with #819413

Text Example


Text Example

White with #819413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819413; }

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

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

background-color css

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

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

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

border-color css

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

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

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