#94A32F

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

Shades of Citron #94A32F

Tints of Citron #94A32F

Color information

#94A32F (or 0x94A32F) is unknown color: approx Citron. HEX triplet: 94, A3 and 2F. RGB value is (148,163,47). Sum of RGB (Red+Green+Blue) = 148+163+47=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #94A32F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A32F is #6B5CD0. Grayscale: #919191. Windows color (decimal): -7036113 or 3122068. OLE color: 3122068.

HSL color Cylindrical-coordinate representation of color #94A32F: hue angle of 67.76º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94A32F is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB14816347-
CMYK0.0900.710.36
HSL67.76º55.24%41.18%-
HSV(B)67.76º71.17%63.92%-
XYZ25.8232.77.64-
YUV145.2972.53129.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 163 (64.06% from 255) = 45.53%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=41.34%
G=45.53%
B=13.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148163470.0900.710.3667.7655.2441.18
Hex94A32F904724443729
Octal22424357110107441046751
Binary10010100101000111011111001010001111001001000100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,47); }

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

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

 a { background-color: rgb(148,163,47); }

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

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

 span { border-color: rgb(148,163,47); }

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