Html Css Color HEX #81990C Citron

📋 copy color: '#81990C'

red 129 ◦ green 153 ◦ blue 12

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

Shades of Citron #81990C

Tints of Citron #81990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.04%

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 43.88%
G = 52.04%
B = 4.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#81990C (or 0x81990C) is known color: Citron. HEX triplet: 81, 99 and 0C. RGB value is (129,153,12). Sum of RGB (Red+Green+Blue) = 129+153+12=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #81990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81990C is #7E66F3. Grayscale: #828282. Windows color (decimal): -8283892 or 825729. OLE color: 825729.

HSL color Cylindrical-coordinate representation of color #81990C: hue angle of 70.21º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81990C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 153 12 -
CMYK 0.16 0 0.92 0.4
HSL 70.21º 0.85% 0.32% -
HSV(B) 70.21º 0.92% 0.6% -
XYZ 20.51 27.48 4.57 -
YUV 129.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 129 153 12 0.16 0 0.92 0.4 70.21 0.85 0.32
Hex 81 99 C 10 0 5C 28 46 55 20
Octal 201 231 14 20 0 134 50 106 125 40
Binary 10000001 10011001 1100 10000 0 1011100 101000 1000110 1010101 100000

Color Harmonies of #81990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81990C

Black with #81990C

Text Example


Text Example

White with #81990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81990C; }

 p { color: rgb(129,153,12); }

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

background-color css

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

 a { background-color: rgb(129,153,12); }

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

border-color css

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

 span { border-color: rgb(129,153,12); }

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