Html Css Color HEX #819418 Citron

📋 copy color: '#819418'

red 129 ◦ green 148 ◦ blue 24

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

Shades of Citron #819418

Tints of Citron #819418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 42.86%
G = 49.17%
B = 7.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#819418 (or 0x819418) is known color: Citron. HEX triplet: 81, 94 and 18. RGB value is (129,148,24). Sum of RGB (Red+Green+Blue) = 129+148+24=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #819418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819418 is #7E6BE7. Grayscale: #808080. Windows color (decimal): -8285160 or 1610881. OLE color: 1610881.

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

Color convert

RGB 129 148 24 -
CMYK 0.13 0 0.84 0.42
HSL 69.19º 0.72% 0.34% -
HSV(B) 69.19º 0.84% 0.58% -
XYZ 19.81 25.91 4.82 -
YUV 128.18 69.21 128.58 -
System Red Green Blue C M Y K H S L
Decimal 129 148 24 0.13 0 0.84 0.42 69.19 0.72 0.34
Hex 81 94 18 D 0 54 2A 45 48 22
Octal 201 224 30 15 0 124 52 105 110 42
Binary 10000001 10010100 11000 1101 0 1010100 101010 1000101 1001000 100010

Color Harmonies of #819418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819418

Black with #819418

Text Example


Text Example

White with #819418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819418; }

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

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

background-color css

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

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

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

border-color css

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

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

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