Html Css Color HEX #819412 Citron

📋 copy color: '#819412'

red 129 ◦ green 148 ◦ blue 18

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

Shades of Citron #819412

Tints of Citron #819412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 43.73%
G = 50.17%
B = 6.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#819412 (or 0x819412) is known color: Citron. HEX triplet: 81, 94 and 12. RGB value is (129,148,18). Sum of RGB (Red+Green+Blue) = 129+148+18=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #819412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819412 is #7E6BED. Grayscale: #7F7F7F. Windows color (decimal): -8285166 or 1217665. OLE color: 1217665.

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

Color convert

RGB 129 148 18 -
CMYK 0.13 0 0.88 0.42
HSL 68.77º 0.78% 0.33% -
HSV(B) 68.77º 0.88% 0.58% -
XYZ 19.75 25.89 4.53 -
YUV 127.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 129 148 18 0.13 0 0.88 0.42 68.77 0.78 0.33
Hex 81 94 12 D 0 58 2A 45 4E 21
Octal 201 224 22 15 0 130 52 105 116 41
Binary 10000001 10010100 10010 1101 0 1011000 101010 1000101 1001110 100001

Color Harmonies of #819412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819412

Black with #819412

Text Example


Text Example

White with #819412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819412; }

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

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

background-color css

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

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

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

border-color css

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

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

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