Html Css Color HEX #80960F Citron

📋 copy color: '#80960F'

red 128 ◦ green 150 ◦ blue 15

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

Shades of Citron #80960F

Tints of Citron #80960F

RGB

 RED value IS 128 (50.39% from 255) = 43.69%

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

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

R = 43.69%
G = 51.19%
B = 5.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#80960F (or 0x80960F) is known color: Citron. HEX triplet: 80, 96 and 0F. RGB value is (128,150,15). Sum of RGB (Red+Green+Blue) = 128+150+15=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #80960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80960F is #7F69F0. Grayscale: #808080. Windows color (decimal): -8350193 or 1021568. OLE color: 1021568.

HSL color Cylindrical-coordinate representation of color #80960F: hue angle of 69.78º 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 #80960F is Cyan = 0.15, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 15 -
CMYK 0.15 0 0.9 0.41
HSL 69.78º 0.82% 0.32% -
HSV(B) 69.78º 0.9% 0.59% -
XYZ 19.89 26.44 4.51 -
YUV 128.03 64.21 127.98 -
System Red Green Blue C M Y K H S L
Decimal 128 150 15 0.15 0 0.9 0.41 69.78 0.82 0.32
Hex 80 96 F F 0 5A 29 46 52 20
Octal 200 226 17 17 0 132 51 106 122 40
Binary 10000000 10010110 1111 1111 0 1011010 101001 1000110 1010010 100000

Color Harmonies of #80960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80960F

Black with #80960F

Text Example


Text Example

White with #80960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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