#889312

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

Shades of Citron #889312

Tints of Citron #889312

Color information

#889312 (or 0x889312) is unknown color: approx Citron. HEX triplet: 88, 93 and 12. RGB value is (136,147,18). Sum of RGB (Red+Green+Blue) = 136+147+18=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #889312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889312 is #776CED. Grayscale: #818181. Windows color (decimal): -7826670 or 1217416. OLE color: 1217416.

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

Color convert

RGB13614718-
CMYK0.0700.880.42
HSL65.12º78.18%32.35%-
HSV(B)65.12º87.76%57.65%-
XYZ20.726.154.53-
YUV12965.36132.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=45.18%
G=48.84%
B=5.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147180.0700.880.4265.1278.1832.35
Hex88931270582A414e20
Octal21022322701305210111640
Binary1000100010010011100101110101100010101010000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889312; }

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

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

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

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

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

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

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

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