#94BE0C

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

Shades of Citrus #94BE0C

Tints of Citrus #94BE0C

Color information

#94BE0C (or 0x94BE0C) is unknown color: approx Citrus. HEX triplet: 94, BE and 0C. RGB value is (148,190,12). Sum of RGB (Red+Green+Blue) = 148+190+12=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BE0C is #6B41F3. Grayscale: #9D9D9D. Windows color (decimal): -7029236 or 835220. OLE color: 835220.

HSL color Cylindrical-coordinate representation of color #94BE0C: hue angle of 74.16º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94BE0C is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB14819012-
CMYK0.2200.940.25
HSL74.16º88.12%39.61%-
HSV(B)74.16º93.68%74.51%-
XYZ30.6943.157.06-
YUV157.1546.09121.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 12 (5.08% from 255) = 3.43%
R=42.29%
G=54.29%
B=3.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148190120.2200.940.2574.1688.1239.61
Hex94BEC1605E194a5828
Octal224276142601363111213050
Binary1001010010111110110010110010111101100110010101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,190,12); }

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

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

 a { background-color: rgb(148,190,12); }

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

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

 span { border-color: rgb(148,190,12); }

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