#88960E

Color #88960E Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #88960E

Tints of Citron #88960E

Color information

#88960E (or 0x88960E) is unknown color: approx Citron. HEX triplet: 88, 96 and 0E. RGB value is (136,150,14). Sum of RGB (Red+Green+Blue) = 136+150+14=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #88960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88960E is #7769F1. Grayscale: #828282. Windows color (decimal): -7825906 or 956040. OLE color: 956040.

HSL color Cylindrical-coordinate representation of color #88960E: hue angle of 66.18º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88960E is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB13615014-
CMYK0.0900.910.41
HSL66.18º82.93%32.16%-
HSV(B)66.18º90.67%58.82%-
XYZ21.1427.084.53-
YUV130.3162.36132.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 4.67%
R=45.33%
G=50%
B=4.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136150140.0900.910.4166.1882.9332.16
Hex8896E905B29425320
Octal210226161101335110212340
Binary1000100010010110111010010101101110100110000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88960E; }

 p { color: rgb(136,150,14); }

 H1.HeaderClassName
 {
   color: #88960E;
 }
 .AnyTagClassName
 {
   color: #88960E;
 }
</style>
background-color css

<style>
 a { background-color: #88960E; }

 a { background-color: rgb(136,150,14); }

 div.DivClassName
 {
   background-color: #88960E;
 }
 .BgClassName
 {
   background-color: #88960E;
 }
</style>
border-color css

<style>
 span { border-color: #88960E; }

 span { border-color: rgb(136,150,14); }

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