Html Css Color HEX #819512 Citron

📋 copy color: '#819512'

red 129 ◦ green 149 ◦ blue 18

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

Shades of Citron #819512

Tints of Citron #819512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.34%

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

R = 43.58%
G = 50.34%
B = 6.08%

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

#819512 (or 0x819512) is known color: Citron. HEX triplet: 81, 95 and 12. RGB value is (129,149,18). Sum of RGB (Red+Green+Blue) = 129+149+18=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #819512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819512 is #7E6AED. Grayscale: #808080. Windows color (decimal): -8284910 or 1217921. OLE color: 1217921.

HSL color Cylindrical-coordinate representation of color #819512: hue angle of 69.16º 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 #819512 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 149 18 -
CMYK 0.13 0 0.88 0.42
HSL 69.16º 0.78% 0.33% -
HSV(B) 69.16º 0.88% 0.58% -
XYZ 19.91 26.21 4.58 -
YUV 128.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 129 149 18 0.13 0 0.88 0.42 69.16 0.78 0.33
Hex 81 95 12 D 0 58 2A 45 4E 21
Octal 201 225 22 15 0 130 52 105 116 41
Binary 10000001 10010101 10010 1101 0 1011000 101010 1000101 1001110 100001

Color Harmonies of #819512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819512

Black with #819512

Text Example


Text Example

White with #819512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819512; }

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

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

background-color css

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

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

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

border-color css

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

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

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