#94A61A

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

Shades of Citron #94A61A

Tints of Citron #94A61A

Color information

#94A61A (or 0x94A61A) is unknown color: approx Citron. HEX triplet: 94, A6 and 1A. RGB value is (148,166,26). Sum of RGB (Red+Green+Blue) = 148+166+26=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #94A61A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A61A is #6B59E5. Grayscale: #919191. Windows color (decimal): -7035366 or 1746580. OLE color: 1746580.

HSL color Cylindrical-coordinate representation of color #94A61A: hue angle of 67.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94A61A is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB14816626-
CMYK0.1100.840.35
HSL67.71º72.92%37.65%-
HSV(B)67.71º84.34%65.1%-
XYZ26.0433.646.1-
YUV144.6661.04130.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 166 (65.23% from 255) = 48.82%
BLUE value IS 26 (10.55% from 255) = 7.65%
R=43.53%
G=48.82%
B=7.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148166260.1100.840.3567.7172.9237.65
Hex94A61AB05423444926
Octal224246321301244310411146
Binary10010100101001101101010110101010010001110001001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A61A; }

 p { color: rgb(148,166,26); }

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

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

 a { background-color: rgb(148,166,26); }

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

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

 span { border-color: rgb(148,166,26); }

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