#949024

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

Shades of Citron #949024

Tints of Citron #949024

Color information

#949024 (or 0x949024) is unknown color: approx Citron. HEX triplet: 94, 90 and 24. RGB value is (148,144,36). Sum of RGB (Red+Green+Blue) = 148+144+36=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #949024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949024 is #6B6FDB. Grayscale: #858585. Windows color (decimal): -7040988 or 2396308. OLE color: 2396308.

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

Color convert

RGB14814436-
CMYK00.030.760.42
HSL57.86º60.87%36.08%-
HSV(B)57.86º75.68%58.04%-
XYZ22.526.375.57-
YUV132.8873.33138.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 36 (14.45% from 255) = 10.98%
R=45.12%
G=43.90%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481443600.030.760.4257.8660.8736.08
Hex949024034C2A3a3d24
Octal224220440311452727544
Binary10010100100100001001000111001100101010111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949024; }

 p { color: rgb(148,144,36); }

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

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

 a { background-color: rgb(148,144,36); }

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

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

 span { border-color: rgb(148,144,36); }

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