#809525

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

Shades of Citron #809525

Tints of Citron #809525

Color information

#809525 (or 0x809525) is unknown color: approx Citron. HEX triplet: 80, 95 and 25. RGB value is (128,149,37). Sum of RGB (Red+Green+Blue) = 128+149+37=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #809525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809525 is #7F6ADA. Grayscale: #828282. Windows color (decimal): -8350427 or 2463104. OLE color: 2463104.

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

Color convert

RGB12814937-
CMYK0.1400.750.42
HSL71.25º60.22%36.47%-
HSV(B)71.25º75.17%58.43%-
XYZ19.9826.225.76-
YUV129.9575.54126.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.76%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 37 (14.84% from 255) = 11.78%
R=40.76%
G=47.45%
B=11.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128149370.1400.750.4271.2560.2236.47
Hex809525E04B2A473c24
Octal20022545160113521077444
Binary10000000100101011001011110010010111010101000111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809525; }

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

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

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

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

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

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

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

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