Html Css Color HEX #81940F Citron

📋 copy color: '#81940F'

red 129 ◦ green 148 ◦ blue 15

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

Shades of Citron #81940F

Tints of Citron #81940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.68%

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 44.18%
G = 50.68%
B = 5.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#81940F (or 0x81940F) is known color: Citron. HEX triplet: 81, 94 and 0F. RGB value is (129,148,15). Sum of RGB (Red+Green+Blue) = 129+148+15=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #81940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81940F is #7E6BF0. Grayscale: #7F7F7F. Windows color (decimal): -8285169 or 1021057. OLE color: 1021057.

HSL color Cylindrical-coordinate representation of color #81940F: hue angle of 68.57º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81940F is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 148 15 -
CMYK 0.13 0 0.90 0.42
HSL 68.57º 0.82% 0.32% -
HSV(B) 68.57º 0.9% 0.58% -
XYZ 19.73 25.88 4.41 -
YUV 127.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 129 148 15 0.13 0 0.90 0.42 68.57 0.82 0.32
Hex 81 94 F D 0 5A 2A 45 52 20
Octal 201 224 17 15 0 132 52 105 122 40
Binary 10000001 10010100 1111 1101 0 1011010 101010 1000101 1010010 100000

Color Harmonies of #81940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81940F

Black with #81940F

Text Example


Text Example

White with #81940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,148,15); }

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

background-color css

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

 a { background-color: rgb(129,148,15); }

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

border-color css

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

 span { border-color: rgb(129,148,15); }

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