#889520

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

Shades of Citron #889520

Tints of Citron #889520

Color information

#889520 (or 0x889520) is unknown color: approx Citron. HEX triplet: 88, 95 and 20. RGB value is (136,149,32). Sum of RGB (Red+Green+Blue) = 136+149+32=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #889520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889520 is #776ADF. Grayscale: #848484. Windows color (decimal): -7826144 or 2135432. OLE color: 2135432.

HSL color Cylindrical-coordinate representation of color #889520: hue angle of 66.67º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #889520 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB13614932-
CMYK0.0900.790.42
HSL66.67º64.64%35.49%-
HSV(B)66.67º78.52%58.43%-
XYZ21.1626.835.43-
YUV131.7871.69131.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=42.90%
G=47.00%
B=10.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149320.0900.790.4266.6764.6435.49
Hex889520904F2A434123
Octal210225401101175210310143
Binary100010001001010110000010010100111110101010000111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889520; }

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

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

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

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

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

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

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

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