Html Css Color HEX #81991F Citron

📋 copy color: '#81991F'

red 129 ◦ green 153 ◦ blue 31

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

Shades of Citron #81991F

Tints of Citron #81991F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 41.21%
G = 48.88%
B = 9.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#81991F (or 0x81991F) is known color: Citron. HEX triplet: 81, 99 and 1F. RGB value is (129,153,31). Sum of RGB (Red+Green+Blue) = 129+153+31=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #81991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81991F is #7E66E0. Grayscale: #848484. Windows color (decimal): -8283873 or 2070913. OLE color: 2070913.

HSL color Cylindrical-coordinate representation of color #81991F: hue angle of 71.8º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81991F is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 153 31 -
CMYK 0.16 0 0.80 0.4
HSL 71.8º 0.66% 0.36% -
HSV(B) 71.8º 0.8% 0.6% -
XYZ 20.69 27.55 5.52 -
YUV 131.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 129 153 31 0.16 0 0.80 0.4 71.8 0.66 0.36
Hex 81 99 1F 10 0 50 28 48 42 24
Octal 201 231 37 20 0 120 50 110 102 44
Binary 10000001 10011001 11111 10000 0 1010000 101000 1001000 1000010 100100

Color Harmonies of #81991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81991F

Black with #81991F

Text Example


Text Example

White with #81991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81991F; }

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

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

background-color css

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

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

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

border-color css

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

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

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