#94A507

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

Shades of Citrus #94A507

Tints of Citrus #94A507

Color information

#94A507 (or 0x94A507) is unknown color: approx Citrus. HEX triplet: 94, A5 and 07. RGB value is (148,165,7). Sum of RGB (Red+Green+Blue) = 148+165+7=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #94A507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A507 is #6B5AF8. Grayscale: #8E8E8E. Windows color (decimal): -7035641 or 501140. OLE color: 501140.

HSL color Cylindrical-coordinate representation of color #94A507: hue angle of 66.46º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94A507 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1481657-
CMYK0.1000.960.35
HSL66.46º91.86%33.73%-
HSV(B)66.46º95.76%64.71%-
XYZ25.7133.225.26-
YUV141.951.87132.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 165 (64.84% from 255) = 51.56%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=46.25%
G=51.56%
B=2.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14816570.1000.960.3566.4691.8633.73
Hex94A57A06023425c22
Octal22424571201404310213442
Binary100101001010010111110100110000010001110000101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,165,7); }

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

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

 a { background-color: rgb(148,165,7); }

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

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

 span { border-color: rgb(148,165,7); }

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