#889525

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

Shades of Citron #889525

Tints of Citron #889525

Color information

#889525 (or 0x889525) is unknown color: approx Citron. HEX triplet: 88, 95 and 25. RGB value is (136,149,37). Sum of RGB (Red+Green+Blue) = 136+149+37=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #889525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889525 is #776ADA. Grayscale: #848484. Windows color (decimal): -7826139 or 2463112. OLE color: 2463112.

HSL color Cylindrical-coordinate representation of color #889525: hue angle of 66.96º 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 #889525 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB13614937-
CMYK0.0900.750.42
HSL66.96º60.22%36.47%-
HSV(B)66.96º75.17%58.43%-
XYZ21.2326.865.82-
YUV132.3474.19130.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 37 (14.84% from 255) = 11.49%
R=42.24%
G=46.27%
B=11.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149370.0900.750.4266.9660.2236.47
Hex889525904B2A433c24
Octal21022545110113521037444
Binary10001000100101011001011001010010111010101000011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889525; }

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

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

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

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

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

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

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

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