#88930E

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

Shades of Citron #88930E

Tints of Citron #88930E

Color information

#88930E (or 0x88930E) is unknown color: approx Citron. HEX triplet: 88, 93 and 0E. RGB value is (136,147,14). Sum of RGB (Red+Green+Blue) = 136+147+14=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #88930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88930E is #776CF1. Grayscale: #818181. Windows color (decimal): -7826674 or 955272. OLE color: 955272.

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

Color convert

RGB13614714-
CMYK0.0700.900.42
HSL64.96º82.61%31.57%-
HSV(B)64.96º90.48%57.65%-
XYZ20.6726.134.37-
YUV128.5563.36133.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=45.79%
G=49.49%
B=4.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147140.0700.900.4264.9682.6131.57
Hex8893E705A2A415320
Octal21022316701325210112340
Binary100010001001001111101110101101010101010000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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