#88920E

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

Shades of Citron #88920E

Tints of Citron #88920E

Color information

#88920E (or 0x88920E) is unknown color: approx Citron. HEX triplet: 88, 92 and 0E. RGB value is (136,146,14). Sum of RGB (Red+Green+Blue) = 136+146+14=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #88920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88920E is #776DF1. Grayscale: #808080. Windows color (decimal): -7826930 or 955016. OLE color: 955016.

HSL color Cylindrical-coordinate representation of color #88920E: hue angle of 64.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88920E is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB13614614-
CMYK0.0700.900.43
HSL64.55º82.5%31.37%-
HSV(B)64.55º90.41%57.25%-
XYZ20.5125.824.32-
YUV127.9663.69133.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 14 (5.86% from 255) = 4.73%
R=45.95%
G=49.32%
B=4.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146140.0700.900.4364.5582.531.37
Hex8892E705A2B41521f
Octal21022216701325310112237
Binary10001000100100101110111010110101010111000001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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