Html Css Color HEX #81981C Citron

📋 copy color: '#81981C'

red 129 ◦ green 152 ◦ blue 28

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

Shades of Citron #81981C

Tints of Citron #81981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 41.75%
G = 49.19%
B = 9.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#81981C (or 0x81981C) is known color: Citron. HEX triplet: 81, 98 and 1C. RGB value is (129,152,28). Sum of RGB (Red+Green+Blue) = 129+152+28=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #81981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81981C is #7E67E3. Grayscale: #838383. Windows color (decimal): -8284132 or 1874049. OLE color: 1874049.

HSL color Cylindrical-coordinate representation of color #81981C: hue angle of 71.13º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81981C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 28 -
CMYK 0.15 0 0.82 0.40
HSL 71.13º 0.69% 0.35% -
HSV(B) 71.13º 0.82% 0.6% -
XYZ 20.49 27.21 5.27 -
YUV 130.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 129 152 28 0.15 0 0.82 0.40 71.13 0.69 0.35
Hex 81 98 1C F 0 52 28 47 45 23
Octal 201 230 34 17 0 122 50 107 105 43
Binary 10000001 10011000 11100 1111 0 1010010 101000 1000111 1000101 100011

Color Harmonies of #81981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81981C

Black with #81981C

Text Example


Text Example

White with #81981C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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