#94B409

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

Shades of Citrus #94B409

Tints of Citrus #94B409

Color information

#94B409 (or 0x94B409) is unknown color: approx Citrus. HEX triplet: 94, B4 and 09. RGB value is (148,180,9). Sum of RGB (Red+Green+Blue) = 148+180+9=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #94B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B409 is #6B4BF6. Grayscale: #979797. Windows color (decimal): -7031799 or 636052. OLE color: 636052.

HSL color Cylindrical-coordinate representation of color #94B409: hue angle of 71.23º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94B409 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1481809-
CMYK0.1800.950.29
HSL71.23º90.48%37.06%-
HSV(B)71.23º95%70.59%-
XYZ28.5838.966.27-
YUV150.9447.9125.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 180 (70.70% from 255) = 53.41%
BLUE value IS 9 (3.91% from 255) = 2.67%
R=43.92%
G=53.41%
B=2.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14818090.1800.950.2971.2390.4837.06
Hex94B491205F1D475a25
Octal224264112201373510713245
Binary1001010010110100100110010010111111110110001111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,9); }

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

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

 a { background-color: rgb(148,180,9); }

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

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

 span { border-color: rgb(148,180,9); }

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