Html Css Color HEX #81960F Citron

📋 copy color: '#81960F'

red 129 ◦ green 150 ◦ blue 15

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

Shades of Citron #81960F

Tints of Citron #81960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.02%

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

R = 43.88%
G = 51.02%
B = 5.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#81960F (or 0x81960F) is known color: Citron. HEX triplet: 81, 96 and 0F. RGB value is (129,150,15). Sum of RGB (Red+Green+Blue) = 129+150+15=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #81960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81960F is #7E69F0. Grayscale: #808080. Windows color (decimal): -8284657 or 1021569. OLE color: 1021569.

HSL color Cylindrical-coordinate representation of color #81960F: hue angle of 69.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81960F is Cyan = 0.14, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 150 15 -
CMYK 0.14 0 0.9 0.41
HSL 69.33º 0.82% 0.32% -
HSV(B) 69.33º 0.9% 0.59% -
XYZ 20.05 26.51 4.51 -
YUV 128.33 64.04 128.48 -
System Red Green Blue C M Y K H S L
Decimal 129 150 15 0.14 0 0.9 0.41 69.33 0.82 0.32
Hex 81 96 F E 0 5A 29 45 52 20
Octal 201 226 17 16 0 132 51 105 122 40
Binary 10000001 10010110 1111 1110 0 1011010 101001 1000101 1010010 100000

Color Harmonies of #81960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81960F

Black with #81960F

Text Example


Text Example

White with #81960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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