Html Css Color HEX #81981A Citron

📋 copy color: '#81981A'

red 129 ◦ green 152 ◦ blue 26

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

Shades of Citron #81981A

Tints of Citron #81981A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 42.02%
G = 49.51%
B = 8.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#81981A (or 0x81981A) is known color: Citron. HEX triplet: 81, 98 and 1A. RGB value is (129,152,26). Sum of RGB (Red+Green+Blue) = 129+152+26=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #81981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81981A is #7E67E5. Grayscale: #838383. Windows color (decimal): -8284134 or 1742977. OLE color: 1742977.

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

Color convert

RGB 129 152 26 -
CMYK 0.15 0 0.83 0.40
HSL 70.95º 0.71% 0.35% -
HSV(B) 70.95º 0.83% 0.6% -
XYZ 20.47 27.2 5.15 -
YUV 130.76 68.88 126.75 -
System Red Green Blue C M Y K H S L
Decimal 129 152 26 0.15 0 0.83 0.40 70.95 0.71 0.35
Hex 81 98 1A F 0 53 28 47 47 23
Octal 201 230 32 17 0 123 50 107 107 43
Binary 10000001 10011000 11010 1111 0 1010011 101000 1000111 1000111 100011

Color Harmonies of #81981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81981A

Black with #81981A

Text Example


Text Example

White with #81981A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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