#879525

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

Shades of Citron #879525

Tints of Citron #879525

Color information

#879525 (or 0x879525) is unknown color: approx Citron. HEX triplet: 87, 95 and 25. RGB value is (135,149,37). Sum of RGB (Red+Green+Blue) = 135+149+37=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #879525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879525 is #786ADA. Grayscale: #848484. Windows color (decimal): -7891675 or 2463111. OLE color: 2463111.

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

Color convert

RGB13514937-
CMYK0.0900.750.42
HSL67.5º60.22%36.47%-
HSV(B)67.5º75.17%58.43%-
XYZ21.0726.785.81-
YUV132.0574.36130.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=42.06%
G=46.42%
B=11.53%

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
Decimal135149370.0900.750.4267.560.2236.47
Hex879525904B2A443c24
Octal20722545110113521047444
Binary10000111100101011001011001010010111010101000100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879525; }

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

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

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

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

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

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

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

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