#88950E

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

Shades of Citron #88950E

Tints of Citron #88950E

Color information

#88950E (or 0x88950E) is unknown color: approx Citron. HEX triplet: 88, 95 and 0E. RGB value is (136,149,14). Sum of RGB (Red+Green+Blue) = 136+149+14=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #88950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88950E is #776AF1. Grayscale: #828282. Windows color (decimal): -7826162 or 955784. OLE color: 955784.

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

Color convert

RGB13614914-
CMYK0.0900.910.42
HSL65.78º82.82%31.96%-
HSV(B)65.78º90.6%58.43%-
XYZ20.9826.764.48-
YUV129.7262.69132.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 14 (5.86% from 255) = 4.68%
R=45.48%
G=49.83%
B=4.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149140.0900.910.4265.7882.8231.96
Hex8895E905B2A425320
Octal210225161101335210212340
Binary1000100010010101111010010101101110101010000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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