Html Css Color HEX #81981E Citron

📋 copy color: '#81981E'

red 129 ◦ green 152 ◦ blue 30

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

Shades of Citron #81981E

Tints of Citron #81981E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.87%

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 41.48%
G = 48.87%
B = 9.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#81981E (or 0x81981E) is known color: Citron. HEX triplet: 81, 98 and 1E. RGB value is (129,152,30). Sum of RGB (Red+Green+Blue) = 129+152+30=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #81981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81981E is #7E67E1. Grayscale: #838383. Windows color (decimal): -8284130 or 2005121. OLE color: 2005121.

HSL color Cylindrical-coordinate representation of color #81981E: hue angle of 71.31º degrees, saturation: 0.67, 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 #81981E is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 30 -
CMYK 0.15 0 0.80 0.40
HSL 71.31º 0.67% 0.36% -
HSV(B) 71.31º 0.8% 0.6% -
XYZ 20.52 27.22 5.4 -
YUV 131.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 129 152 30 0.15 0 0.80 0.40 71.31 0.67 0.36
Hex 81 98 1E F 0 50 28 47 43 24
Octal 201 230 36 17 0 120 50 107 103 44
Binary 10000001 10011000 11110 1111 0 1010000 101000 1000111 1000011 100100

Color Harmonies of #81981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81981E

Black with #81981E

Text Example


Text Example

White with #81981E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81981E; }

 p { color: rgb(129,152,30); }

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

background-color css

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

 a { background-color: rgb(129,152,30); }

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

border-color css

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

 span { border-color: rgb(129,152,30); }

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