#849725

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

Shades of Citron #849725

Tints of Citron #849725

Color information

#849725 (or 0x849725) is unknown color: approx Citron. HEX triplet: 84, 97 and 25. RGB value is (132,151,37). Sum of RGB (Red+Green+Blue) = 132+151+37=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #849725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849725 is #7B68DA. Grayscale: #848484. Windows color (decimal): -8087771 or 2463620. OLE color: 2463620.

HSL color Cylindrical-coordinate representation of color #849725: hue angle of 70º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #849725 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB13215137-
CMYK0.1300.750.41
HSL70º60.64%36.86%-
HSV(B)70º75.5%59.22%-
XYZ20.9227.175.89-
YUV132.3274.21127.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 151 (59.38% from 255) = 47.19%
BLUE value IS 37 (14.84% from 255) = 11.56%
R=41.25%
G=47.19%
B=11.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132151370.1300.750.417060.6436.86
Hex849725D04B29463d25
Octal20422745150113511067545
Binary10000100100101111001011101010010111010011000110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849725; }

 p { color: rgb(132,151,37); }

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

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

 a { background-color: rgb(132,151,37); }

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

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

 span { border-color: rgb(132,151,37); }

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