#889425

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

Shades of Citron #889425

Tints of Citron #889425

Color information

#889425 (or 0x889425) is unknown color: approx Citron. HEX triplet: 88, 94 and 25. RGB value is (136,148,37). Sum of RGB (Red+Green+Blue) = 136+148+37=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #889425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889425 is #776BDA. Grayscale: #848484. Windows color (decimal): -7826395 or 2462856. OLE color: 2462856.

HSL color Cylindrical-coordinate representation of color #889425: hue angle of 66.49º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #889425 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB13614837-
CMYK0.0800.750.42
HSL66.49º60%36.27%-
HSV(B)66.49º75%58.04%-
XYZ21.0826.555.76-
YUV131.7674.52131.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=42.37%
G=46.11%
B=11.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148370.0800.750.4266.496036.27
Hex889425804B2A423c24
Octal21022445100113521027444
Binary10001000100101001001011000010010111010101000010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889425; }

 p { color: rgb(136,148,37); }

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

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

 a { background-color: rgb(136,148,37); }

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

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

 span { border-color: rgb(136,148,37); }

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