Html Css Color HEX #81980A Citron

📋 copy color: '#81980A'

red 129 ◦ green 152 ◦ blue 10

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

Shades of Citron #81980A

Tints of Citron #81980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.44%

R = 44.33%
G = 52.23%
B = 3.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#81980A (or 0x81980A) is known color: Citron. HEX triplet: 81, 98 and 0A. RGB value is (129,152,10). Sum of RGB (Red+Green+Blue) = 129+152+10=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #81980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81980A is #7E67F5. Grayscale: #818181. Windows color (decimal): -8284150 or 694401. OLE color: 694401.

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

Color convert

RGB 129 152 10 -
CMYK 0.15 0 0.93 0.40
HSL 69.72º 0.88% 0.32% -
HSV(B) 69.72º 0.93% 0.6% -
XYZ 20.34 27.15 4.45 -
YUV 128.94 60.88 128.05 -
System Red Green Blue C M Y K H S L
Decimal 129 152 10 0.15 0 0.93 0.40 69.72 0.88 0.32
Hex 81 98 A F 0 5D 28 46 58 20
Octal 201 230 12 17 0 135 50 106 130 40
Binary 10000001 10011000 1010 1111 0 1011101 101000 1000110 1011000 100000

Color Harmonies of #81980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81980A

Black with #81980A

Text Example


Text Example

White with #81980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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