#819525

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

Shades of Citron #819525

Tints of Citron #819525

Color information

#819525 (or 0x819525) is unknown color: approx Citron. HEX triplet: 81, 95 and 25. RGB value is (129,149,37). Sum of RGB (Red+Green+Blue) = 129+149+37=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #819525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819525 is #7E6ADA. Grayscale: #828282. Windows color (decimal): -8284891 or 2463105. OLE color: 2463105.

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

Color convert

RGB12914937-
CMYK0.1300.750.42
HSL70.71º60.22%36.47%-
HSV(B)70.71º75.17%58.43%-
XYZ20.1326.35.76-
YUV130.2575.37127.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 37 (14.84% from 255) = 11.75%
R=40.95%
G=47.30%
B=11.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129149370.1300.750.4270.7160.2236.47
Hex819525D04B2A473c24
Octal20122545150113521077444
Binary10000001100101011001011101010010111010101000111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819525; }

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

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

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

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

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

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

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

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