#94A60D

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

Shades of Citrus #94A60D

Tints of Citrus #94A60D

Color information

#94A60D (or 0x94A60D) is unknown color: approx Citrus. HEX triplet: 94, A6 and 0D. RGB value is (148,166,13). Sum of RGB (Red+Green+Blue) = 148+166+13=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #94A60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A60D is #6B59F2. Grayscale: #8F8F8F. Windows color (decimal): -7035379 or 894612. OLE color: 894612.

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

Color convert

RGB14816613-
CMYK0.1100.920.35
HSL67.06º85.47%35.1%-
HSV(B)67.06º92.17%65.1%-
XYZ25.9233.65.5-
YUV143.1854.54131.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 166 (65.23% from 255) = 50.76%
BLUE value IS 13 (5.47% from 255) = 3.98%
R=45.26%
G=50.76%
B=3.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148166130.1100.920.3567.0685.4735.1
Hex94A6DB05C23435523
Octal224246151301344310312543
Binary1001010010100110110110110101110010001110000111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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