#949825

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

Shades of Citron #949825

Tints of Citron #949825

Color information

#949825 (or 0x949825) is unknown color: approx Citron. HEX triplet: 94, 98 and 25. RGB value is (148,152,37). Sum of RGB (Red+Green+Blue) = 148+152+37=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #949825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949825 is #6B67DA. Grayscale: #8A8A8A. Windows color (decimal): -7038939 or 2463892. OLE color: 2463892.

HSL color Cylindrical-coordinate representation of color #949825: hue angle of 62.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #949825 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB14815237-
CMYK0.0300.760.40
HSL62.09º60.85%37.06%-
HSV(B)62.09º75.66%59.61%-
XYZ23.7728.896.07-
YUV137.6971.17135.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 37 (14.84% from 255) = 10.98%
R=43.92%
G=45.10%
B=10.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152370.0300.760.4062.0960.8537.06
Hex949825304C283e3d25
Octal224230453011450767545
Binary10010100100110001001011101001100101000111110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949825; }

 p { color: rgb(148,152,37); }

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

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

 a { background-color: rgb(148,152,37); }

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

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

 span { border-color: rgb(148,152,37); }

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