#94BE09

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

Shades of Citrus #94BE09

Tints of Citrus #94BE09

Color information

#94BE09 (or 0x94BE09) is unknown color: approx Citrus. HEX triplet: 94, BE and 09. RGB value is (148,190,9). Sum of RGB (Red+Green+Blue) = 148+190+9=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BE09 is #6B41F6. Grayscale: #9D9D9D. Windows color (decimal): -7029239 or 638612. OLE color: 638612.

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

Color convert

RGB1481909-
CMYK0.2200.950.25
HSL73.92º90.95%39.02%-
HSV(B)73.92º95.26%74.51%-
XYZ30.6843.146.97-
YUV156.8144.59121.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 190 (74.61% from 255) = 54.76%
BLUE value IS 9 (3.91% from 255) = 2.59%
R=42.65%
G=54.76%
B=2.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14819090.2200.950.2573.9290.9539.02
Hex94BE91605F194a5b27
Octal224276112601373111213347
Binary1001010010111110100110110010111111100110010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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