#94B80B

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

Shades of Citrus #94B80B

Tints of Citrus #94B80B

Color information

#94B80B (or 0x94B80B) is unknown color: approx Citrus. HEX triplet: 94, B8 and 0B. RGB value is (148,184,11). Sum of RGB (Red+Green+Blue) = 148+184+11=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #94B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B80B is #6B47F4. Grayscale: #9A9A9A. Windows color (decimal): -7030773 or 768148. OLE color: 768148.

HSL color Cylindrical-coordinate representation of color #94B80B: hue angle of 72.49º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94B80B is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB14818411-
CMYK0.2000.940.28
HSL72.49º88.72%38.24%-
HSV(B)72.49º94.02%72.16%-
XYZ29.4140.66.6-
YUV153.5147.57124.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 184 (72.27% from 255) = 53.64%
BLUE value IS 11 (4.69% from 255) = 3.21%
R=43.15%
G=53.64%
B=3.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148184110.2000.940.2872.4988.7238.24
Hex94B8B1405E1C485926
Octal224270132401363411013146
Binary1001010010111000101110100010111101110010010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,184,11); }

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

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

 a { background-color: rgb(148,184,11); }

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

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

 span { border-color: rgb(148,184,11); }

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