#94A50D

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

Shades of Citrus #94A50D

Tints of Citrus #94A50D

Color information

#94A50D (or 0x94A50D) is unknown color: approx Citrus. HEX triplet: 94, A5 and 0D. RGB value is (148,165,13). Sum of RGB (Red+Green+Blue) = 148+165+13=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #94A50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A50D is #6B5AF2. Grayscale: #8F8F8F. Windows color (decimal): -7035635 or 894356. OLE color: 894356.

HSL color Cylindrical-coordinate representation of color #94A50D: hue angle of 66.71º 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 #94A50D is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB14816513-
CMYK0.1000.920.35
HSL66.71º85.39%34.9%-
HSV(B)66.71º92.12%64.71%-
XYZ25.7433.245.44-
YUV142.5954.87131.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 165 (64.84% from 255) = 50.61%
BLUE value IS 13 (5.47% from 255) = 3.99%
R=45.40%
G=50.61%
B=3.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148165130.1000.920.3566.7185.3934.9
Hex94A5DA05C23435523
Octal224245151201344310312543
Binary1001010010100101110110100101110010001110000111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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