#889227

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

Shades of Citron #889227

Tints of Citron #889227

Color information

#889227 (or 0x889227) is unknown color: approx Citron. HEX triplet: 88, 92 and 27. RGB value is (136,146,39). Sum of RGB (Red+Green+Blue) = 136+146+39=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #889227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889227 is #776DD8. Grayscale: #838383. Windows color (decimal): -7826905 or 2593416. OLE color: 2593416.

HSL color Cylindrical-coordinate representation of color #889227: hue angle of 65.61º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #889227 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB13614639-
CMYK0.0700.730.43
HSL65.61º57.84%36.27%-
HSV(B)65.61º73.29%57.25%-
XYZ20.825.945.83-
YUV130.8176.19131.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 39 (15.62% from 255) = 12.15%
R=42.37%
G=45.48%
B=12.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146390.0700.730.4365.6157.8436.27
Hex88922770492B423a24
Octal2102224770111531027244
Binary1000100010010010100111111010010011010111000010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889227; }

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

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

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

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

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

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

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

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